Skip to content

Practice for Algorithms and Data Structures II. Implementation of classic algorithms and data structures in C++11

License

Notifications You must be signed in to change notification settings

brianbok/classic-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classic-algorithms

Practice for Algorithms and Data Structures II. Implementation of classic algorithms and data structures in C++11

Data structures implemented:

  • Splay Tree
  • Hash Map (with open addressing)
  • Binary Search Tree
  • Heap

The idea of this repository is to provide implementations of classic algorithms in C++11, with examples of how to build iterators, and use C++ operators like the STL. I followed most of the conventions specified in the Google C++ Style Guide: https://google.github.io/styleguide/cppguide.html

About

Practice for Algorithms and Data Structures II. Implementation of classic algorithms and data structures in C++11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages