Collection of the useful resources, tutorials and exercises for cs students and fresh graduates, but also for all the professionals who want to work on some challenges and find some stuff for maintaining brain and fingers active.
Note: put the file in the appropriate folder (based on the language). It is totally good to add another version of the solution with a different approach. In that case, use the same file (just add version no), e.g.
Different solutions should be conceptually different, e.g iterative and recursive, different algorithms or different ideas in order to satisfy code review. Tests can be added in the file itself. If you wrote a comment in the editorial on Leetcode about your solution, please add the link below version no in the comment.
Add a solution for the LeetCode problem #2: Add two numbers. Link: https://leetcode.com/problems/add-two-numbers/ Languages to pick:
Note: put the file in the appropriate folder (based on the language). It is totally good to add another version of the solution with a different approach. In that case, use the same file (just add version no), e.g.
Different solutions should be conceptually different, e.g iterative and recursive, different algorithms or different ideas in order to satisfy code review. Tests can be added in the file itself. If you wrote a comment in the editorial on Leetcode about your solution, please add the link below version no in the comment.