Add Two Numbers Represented by Linked Lists | Reverse Number
Описание
In this video, I have explained how to add two numbers represented as linked lists.
Given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list.
Assumption: The two numbers do not contain any leading zero, except the number 0 itself.
Source code: https://github.com/fit-coder/fitcoderyoutube/tree/master/linked_list
00:00 Introduction
00:08 Problem explanation
01:51 Pseudo Code
15:03 Implementation
Add Two Numbers (Direct): https://www.youtube.com/watch?v=C56qW_TCxJQ
-------------------------------------------------------------
I live in New Delhi and love explaining programming concepts. I have done M.Tech(BITS Pilani) + B.Tech(PEC, Chandigarh) in Computer Science and am currently working as a software engineer in a MNC.
If you like my content, please like, share my videos and subscribe to the channel.
-------------------------------------------------------------
For Linked List tutorials, please refer to the below playlist:
https://youtube.com/playlist?list=PLFj4kIJmwGu1oI1HVzAZlpJgKf9xv6mM1
For Binary tree tutorials, please refer to the below playlist:
https://youtube.com/playlist?list=PLFj4kIJmwGu2VDN0qKVMmCbEeGBEpXzkX
For Binary search tree tutorials, please refer to the below playlist:
https://youtube.com/playlist?list=PLFj4kIJmwGu21Tv1mmsNFOf5pWUrSjr55
For in-depth Graph theory and implementation details, please refer to the below playlist:
https://youtube.com/playlist?list=PLFj4kIJmwGu0yzwN3qZmw6p3E3zpoHpZz
#DataStructure #LinkedList #FitCoder #Algorithm #competitiveprogramming #faang #codinginterview
Рекомендуемые видео



















