Solution/Implementation of following problems:
- LRU Cache (https://leetcode.com/problems/lru-cache/)
- RemovePalindromicSubsequences (https://leetcode.com/explore/challenge/card/march-leetcoding-challenge-2021/589/week-2-march-8th-march-14th/3665/)
- Majority Element in array (https://leetcode.com/problems/majority-element/)
- LFU cache implementation