Algorithms from Leetcode problemset, mainly in Rust, Python, C++ and Go.
- Some codes were written by chatting with ChatGPT to improve the performance.
- Some codes were inspired by programmer_carl, and made them complete and tests-passed.
Run:
cd py
pytest example.pycargo test --example example_name
go build