An open API service indexing awesome lists of open source software.

https://github.com/alichtman/data-structures-cpp

Teaching data structures in C++. Great resource for students.
https://github.com/alichtman/data-structures-cpp

avl-tree btree cpp cs225 data-structures graph-algorithms hashtable trees uiuc

Last synced: 8 months ago
JSON representation

Teaching data structures in C++. Great resource for students.

Awesome Lists containing this project

README

          

# data-structures-cpp

[This wiki](https://github.com/alichtman/data-structures-cpp/wiki) is designed to make data structures a more accessible topic to computer science students. **The goal is to explain all of the data structures content in an easily understood manner.**

It's based largely off a course review guide I wrote while taking CS225 at UIUC in Fall 2017, but I'm in the process of updating it to be less of "Aaron's Notes" and more of an "absolute guide to data structures."

**Contributions are always welcome!**

Take a look at the [Contributing guidelines](https://github.com/alichtman/data-structures-cpp/blob/master/CONTRIBUTING.md) and then just open an Issue or a Pull Request!