competitive programming problems, in a few languages for practice.
solve each in js, go, c, c++, rust
- C 30.2%
- Rust 20.3%
- JavaScript 17.8%
- Go 15.5%
- C++ 11.7%
- Other 4.5%
| c-utils | ||
| problems | ||
| .gitignore | ||
| compile_flags.txt | ||
| README.md | ||
competitive-problems
competitive programming problems, in a few languages for practice.
solve each in js, go, c, c++, rust
Completed:
- container with most water
- letter combinations of a phone number
- best time to buy and sell stock
- maximum subarray
- climbing stairs
- coin-change
- valid-parentheses
- number-of-islands
- product-of-array-except-self
- find-minimum-in-rotated-sorted-array
- longest-consecutive-sequence
- count of smaller numbers after self