Skip to content

2sjha/DS-A

Repository files navigation

DS-A

Data Structure and Algorithms Problems.

Helpful things

  • 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

About

Set of Data Structure and Algorithms Problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published