Day 2: Linked List - II
As I have covered a few topics in the previous article, I'll cover the remaining pattern and problems here.
Add one to linked list
As seen in the above example, we reverse the linked list first, then we will add carry(=1) to the node's data. Bu...
codewithyou.hashnode.dev7 min read