Skip to content

Schwarf/algorithms

Repository files navigation

Algorithms & data structures

ToDo's and open points:

  • Check if string matching in dynamic programming is covered
  • Problems that use greedy, divide-and-conquer, ... are not properly tagged.
  • Check-out algorithms to solve the bin-packing problem.
cmake --preset gcc-debug
cmake --build --preset gcc-debug -j
ctest  --preset all-gcc-debug --output-on-failure

# Or with Clang
cmake --preset clang-debug
cmake --build --preset clang-debug -j
ctest  --preset all-clang-debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages