Skip to content

C++ playground for data structure and algorithm programs.

License

Notifications You must be signed in to change notification settings

plliao/cplusplus_DSnA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c++_DSnA

C++ playground for data structure and algorithm programs.

Dependency

Usage

  1. Enter the directory for each problem and compile the source code.
g++ -c <problem_source_code>.cpp
  1. Test with googleTest framework using the following command.
g++ test.cpp -o test <problem_source_code>.o -lgtest -lgtest_main
  1. Run test to show the result
./test

Problems

  • Dynamic programming

    • matrix chain multiplication
    • optimal binary search tree
  • Data structure

    • binary search tree
    • red black tree

About

C++ playground for data structure and algorithm programs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages