Easy Google Coding Interview With Ben Awad

Easy Google Coding Interview With Ben Awad

Clément Mihailescu

3 года назад

996,508 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Minecraft
Minecraft - 14.09.2023 11:25

sure python indentation system sucks, at least they could use something like end lol

Ответить
Minecraft
Minecraft - 14.09.2023 11:19

great camel case

Ответить
DEEPAK S
DEEPAK S - 04.09.2023 13:15

they both are smiling thorught the video

Ответить
Aarushi Agarwal
Aarushi Agarwal - 11.08.2023 22:58

I just loved the video ❤❤ the interview was too cool to be called as an interview 😊

Ответить
Aarushi Agarwal
Aarushi Agarwal - 11.08.2023 22:29

Your video was really amazing🎉🎉🎉 but I wanted to ask that if we will subscribe to the algo expert then how frequently can I give my mock coding interviews

Ответить
Cr7pt0r
Cr7pt0r - 26.06.2023 09:41

MIRROR a tree god dammm it… not invert it…

Ответить
Amy Sheeter
Amy Sheeter - 22.06.2023 23:52

The chemistry is unmatched.

Ответить
Mohammed DRGH
Mohammed DRGH - 05.06.2023 04:47

why can't they just stack it in another linked list :_)

Ответить
Farmaan Khan
Farmaan Khan - 25.05.2023 13:14

Why dont you adjust your mouth bro

Ответить
Deepak NR
Deepak NR - 13.05.2023 22:42

Dude watching this again after an year or so, watching Ben is still so funny man

Ответить
Dyanosis
Dyanosis - 20.04.2023 20:02

Do you even need to do "right = tree.right"? You're only needing to worry about how tree.left is going to be overridden first. So you could save a small amount of memory by not creating a new variable and instead changing "tree.left = right" to "tree.left = tree.right"

Ответить
Dyanosis
Dyanosis - 20.04.2023 19:58

Classic dev failures - defines a variable that is never used (looking at you, new_head)

Ответить
dazzlepecs
dazzlepecs - 08.04.2023 19:52

Bens shit talking is hilarious

Ответить
Winux Worx
Winux Worx - 23.03.2023 14:15

inverted binary should be reversing all the numbers where head now points to the last record which is the highest number and the last record at the bottom should be pointing to 1.

This binary tree problem is instead called flipping the left and right nodes of a binary tree

Ответить
TecTej
TecTej - 04.02.2023 09:36

Algoexpert do not care about resolving product issues. Their website shows huge icon on Safari browser and in reply, they only say we don't reply but we surely read your mails. In reality they don't have anyone working on their product anymore. Completely avoid paying as there is no refund at all.

Ответить
CPoP
CPoP - 25.01.2023 00:45

Gosh, what a train wreck

Ответить
A M
A M - 13.01.2023 21:55

in python, doesnt this swap elements?:
a,b = b,a

Ответить
Misbah Hasan
Misbah Hasan - 13.01.2023 19:27

Isn't it's very easy questions for any product based company.

Ответить
tree music
tree music - 13.01.2023 15:27

wait so a binary tree inversion is literally just a temp swap??? wtf why is it considered hard then??

Ответить
James Gathiru
James Gathiru - 13.01.2023 09:31

Can java data structures land a job there?

Ответить
Alex Prixman
Alex Prixman - 12.01.2023 06:00

Please we want a legit Google Interview

Ответить
D K
D K - 09.01.2023 15:29

dude seems so happy and cocky at the same time, couldnt help it but smile all the way through the video

Ответить
abuhuraira javaid
abuhuraira javaid - 22.12.2022 17:40

my coding is better than him

Ответить
simon higgitt
simon higgitt - 16.12.2022 18:47

I wish the computer would have crashed during this “interview” 1listening to these two smug tech bros is infuriating and frankly who gives a F.

Ответить
7 Sins
7 Sins - 10.12.2022 22:45

recursive solution to inverting a linked list:

public node reverse(node current)
{
node root;
if(current.getNext() != null)
{
root = reverse(current.getNext());
current.getNext().setNext(current);
current.setNext(null);
}
else
{
root = current;
}
return root;
}

written in c#, node has an integer payload, and a node next

Ответить
Jen
Jen - 07.12.2022 11:51

I got reverse a binary tree from a very senior person when I interviewed at Microsoft straight out of college. Ha.

Ответить
Bernie Cruz
Bernie Cruz - 27.11.2022 06:04

Line 7 the word again is spelled wrong!!! LOL

Ответить
Joseph Pudlik
Joseph Pudlik - 14.11.2022 08:12

Woah woah woah, you watch yourself about pythonic indents SIR! Jkjk nice job!

Ответить
Caleb Watson
Caleb Watson - 11.11.2022 11:01

dfv lol

Ответить
hannibal leqter
hannibal leqter - 09.11.2022 14:14

Weakest algo enjoyer vs strongest front dev

Ответить
Phuong Truong Thanh
Phuong Truong Thanh - 09.11.2022 05:15

Can we use stack in the first question?

Ответить
Ynngih
Ynngih - 06.11.2022 22:20

Holy shit this guy rocked it, made me a fan

Ответить
dvlpr
dvlpr - 01.11.2022 19:03

I can't track what he's doing but this is already my favorite interview lol

Ответить
Tom Bombadil
Tom Bombadil - 29.10.2022 13:29

clement is annoying and smug. hes not a narccicist, but he has that inflated ego vibe

Ответить
Griefy
Griefy - 26.10.2022 06:43

"Weak Minded" says the guy who could barely reverse a linked list lmao

Ответить
Arthur D'Aquino
Arthur D'Aquino - 23.10.2022 22:26

"I can turn on vim mode, right?" Me all the time.

Ответить
Jack Johnson
Jack Johnson - 22.10.2022 05:29

For whatever reason linked lists are so confusing to me compared to other data structures. Seeing that it even made Ben have to really think about it makes me feel somewhat better about myself

Ответить
Anchal Pandey
Anchal Pandey - 17.10.2022 20:15

Jezz i can never be this happy talking or giving my interview both of them are so chill. Greate watching them . I'm far away to crack any interview btw.

Ответить
Meri Terenti
Meri Terenti - 03.09.2022 16:15

Ben, you're a genius ))

Ответить
Leuel Asfaw
Leuel Asfaw - 26.08.2022 12:39

I am a fan of Ben, but there is a more efficient way to reverse a list. Ben declared too many variables, and making it not efficient.

Ответить
Malcolm Pearce
Malcolm Pearce - 10.08.2022 17:40

I pause the video at the linked list reversal question and challenged myself to come up with a function. It took me an hour but I finally got it! Now I'll watch what he came up with.

Ответить
Gaurav Ghosh
Gaurav Ghosh - 25.07.2022 20:14

I'm so happy i can reverse a linkedlist 🤣🤣

Ответить
DJ PSN
DJ PSN - 19.07.2022 22:00

It should be my Google question

Ответить