Data Structure and Algorithms Problems.
alias cpprun="cpprun() { g++ "$1" && ./a.out; rm a.out };cpprun"
alias rustrun="rustrun() { rustc "$1" -o a.out && ./a.out; rm a.out };rustrun"
- Majority of the problems follow my Leetcode-boilerplate-generator format.
- VS debug config for C++ and Rust in build launch