This is a repository where I put random code, whether it's problem solving or an article about kubernetes or something else. This is called LibSandbox, lib indicating library and sandbox for tinkering with anything and everything that I find interesting.
If anything interests you, feel free to use it/ clone it/update it.
- rust
- remove nth element
- LRU cache
- LRU cache 2
- Merge in between
- Swapping nodes
- Contains duplicate
- Duplicate zeros
- Find numbers with even number of digits
- Group anagram
- Majority elements
- Max consecutive ones
- Merge sorted array
- Single number
- Three sum
- Squares of a sorted array
- Top K Frequent
- Valid anagram
- Merge in between
- Remove Nth Node From End of List
- Swapping Nodes in a Linked List
- Square root
- Search in 2d matrix
- Koko eating bananas
- Product of array except self
- Longest consecutive sequence
- Implement Time based key value store
- Is valid palindrome I
- Is valid palindrome II
- Two Sum
- Container with most water
- Trapping rain water
- Reverse Linked List - I
- go