Add Two Numbers | LeetCode 2 | Coding Interview Tutorial

preview_player
Показать описание
Add Two Numbers solution: LeetCode 2

AFFILIATE LINKS
If you're interested in learning algorithms, these are great resources.

💲 All coupons and discounts 💲

Add Two Numbers | LeetCode 2 | Coding Interview Tutorial
#addtwonumbers #leetcode #algorithms #terriblewhiteboard #codinginterview

Click the time stamp to jump to different parts of the video.
00:00 Title
00:06 Problem readout
00:46 Whiteboard overview
02:31 Modulo operator explained
04:23 Back to whiteboarding
08:17 Whiteboard solution - sped up
10:09 Whiteboard solution - detailed
14:10 Coding solution
20:39 Result and outro
Рекомендации по теме
Комментарии
Автор

Looks like you don't post anymore but videos were some of the best on yt. I'll learn as much as I can from them.

ctcrnitv
Автор

The visual explanation side by side with the code is a brilliant idea to explain the conversion of your thoughts into code.

kunal_chand
Автор

Hello Mate! Thanks for helping the community.I just found your channel ( from your comment on a leetcode post) I like your videos! Could you make a video on MUST-DO interview problems for FAANG/ Microsoft and other companies? That would be extremely helpful! Thanks

CSSoda
Автор

Thank you so much...LOve the way you explained..I mean so much detail..

srikarwarrior
Автор

Just to thank you your time for doing this VERY HELPFUL VIDEO!! :)

andreiatrigueiro
Автор

I like the explanation, wishing this was in Python3 instead of JavaScript.

Still a bunch of this whiteboarding is relevant to any language.

NicholasLeader
Автор

If there are any videos you'd like me to make or if you have any ideas on how to optimize this solution, let me know!

TerribleWhiteboard
Автор

damn im so glad i decided to click on this link from the discussion session

rushikeshbankar
Автор

Underrated channel. You are the best. Please upload more videos.

Ww-uloe
Автор

This was awesome. Helped me a ton. Thanks man!

insaineyesay
Автор

I love your videos man. They are explained very well. I wish I could give you 10k likes. Please keep making more videos!

joka
Автор

Have some of the best explaination on Youtube rlly learned a lot, you should post more man would love a watch a whole DS&A playlist by you and the way you explain things with the drawings! cheers.

lack-Echo
Автор

Hi. I wanted to let you know that you are videos are really helpful. The iPad drawing explanation is really helpful. Please do more leetcode videos.

Shiva-zyjq
Автор

This is a great explanation, thanks!!

RemyIcedOut
Автор

Thank you so much, this is a great explanation

andriitsarenko
Автор

Visiting your channel after 2-3 years. Hope you are good.

iiju
Автор

This is the best ever explanation I could get so far. For any problem, I first search if you've explained it. Thanks a lot :)

sandeepa
Автор

You did a great job explaining every step. Thank you!

chrashpun
Автор

Thank you very much for the explanation. You explain everything very patiently. I already subscribed and will be looking to learn a lot more from your videos. Hopefully your channel will grow and make profits.

Автор

Good job. At 20:20 when you check if carry exist you added 1 to the node, it should be current.next = new ListNode(carry)

sourabh