Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-structures

Data structures and algorithms in C++: arrays, lists, stacks, queues, sorting, hash tables, trees, and string matching. Each example in src/ builds as a separate CMake target.

Implementation index and notes

Use

Windows, Visual Studio 2019 / 2022 / 2026, and CMake 3.24 or later with support for the selected Visual Studio version. Run from the repository root in Command Prompt:

build_project.bat
open_in_vs.bat

Choose a startup target in Visual Studio and press F5. Build outputs go to bin/<configuration>-<architecture>/.

About

Data structures and algorithms in C++.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages