This repository is based on :
- The #100daysofcode for Data Structure and Algorithms using Java.
- It contains the problem based on the Leetcode and GeeksforGeeks.
- Folder is based on the Days basis.
At the end of the 100th day I will share a excel sheet which contains all the question I had done through out this challenge.
This sections consists of the overall summary of the 100 Days and the question done during this challenge.
- Rearrange an array with O(1) Extra Space
- Rearrange array alternately
- Cyclically rotate and array by one
- Kth Smallest Number [Not Optimised]
- Kadane's Algorithm
- Find Duplicate Number
- Merge Two Sorted Array in O(1) Space
- Common Element [Not Optimised]
- Count Pair of Sum