It consists of 31 daily problems over the month of May. A problem is added here each day, and you have 24 hours to make a valid submission.
Week 1
- First Bad Version - Java
- Jewels and Stones - Java
- Ransom Note - Javascript
- Number Complement - Python
- First Unique Character in String - Java
- Majority Element - Python 3
- Cousions in Binary Tree - Java
Week 2
- Check if it is a Straight Line - Java
- Valid Perfect Square - Java
- Find the Town Judge - Java
- Flood Fill - Java
- Single Elements in a Sorted Array - Java
- Remove K Digits - Java
- Implement Trie (Prefix Tree) - Java
Week 3
- Maximum sum circular subarray - Java