Skip to content

Algorithms and data structures implemented in C++17

License

Notifications You must be signed in to change notification settings

denmatfoton/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and data structures implemented in C++17

Here I will place some efficient algorithms and data structures implemented from scratch in C++17. They are implemented in header files using templating.

Testing

Tests are implemented using googletest library. To run tests install gtest first.

Already available

Algorithms

  • Sorting
    • Radix sort
    • Cartesian sort
  • Strings
    • Suffix array with induced sortig
    • String search

Structures

  • Segment tree
  • Fenwick tree
  • Red-black tree family:
    • Set/Multiset
    • Map/Multimap
    • Set/Multiset with dynamic ordering capabilities
    • Map with dynamic ordering capabilities
  • Big integer

Detailed description

For detailed description see corresponding md files in algo and struct folders.

About

Algorithms and data structures implemented in C++17

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors