Includes my solutions to some computer science problems from CodeForces and Hackerrank.
The first 30 questions listed on this table are the questions that came up on LeetCode April Challenge 2020.
Days | Problem Name | Solution Link |
---|---|---|
Day 1 | Single-Numbers.py | solution |
Day 2 | Happy-Number.py | solution |
Day 3 | Maximum-Subarray.py | solution |
Day 4 | Move-Zeroes.py | solution |
Day 5 | Best-Time-to-Buy-and-Sell-Stock-II.py | solution |
Day 6 | Group-Anagrams.py | solution |
Day 7 | Counting-Elements.py | solution |
Day 8 | Middle-of-the-Linked-List.py | solution |
Day 9 | Backspace-String-Compare.py | solution |