- Programming problems
- Segregate negatives & positives
 - Buy and sell stock once
 - Contains duplicate
 - Contains near by duplicate
 - Max sub array sum 1
 - Two sum
 - Maximum product sub array
 - Segregate RGB characters
 - Longest common prefix
 - Longest common suffix
 - Logengest increasing subsequence
 - Minimum in sorted rotated array
 - Insert a new interval to a list of sorted interval
 - Search in a row and column wise sorted matrix
 - Search a target in a sorted rotated array
 - Number of ways to reach matrix end
 - Subsets - backtracking
 - Subsets - Iterative
 - Subsets - bit manipulation
 - N queens probem
 - Palinedrome partitioning
 - Combination sum 1
 - Combination sum 2
 - Word search 1
 - Word search 2
 - Trie data structure
 - Min heap data structure
 - Max heap data structure
 - Product of array except self
 - K nearest point from a given point
 - Book
 
 
The following dependencies are required to build and run this example:
- Install Rust v1.60.0 or later from https://rustup.rs/
 
If this is your first time using Rust, these Installation Notes might be helpful.
cargo test