Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypertextassassin0273/data_structures_in_cpp
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
https://github.com/hypertextassassin0273/data_structures_in_cpp
avl basic-data-structures bst circular-linked-list cpp-string cpp11 data-structures-and-algorithms datastructures deque hashing linked-list-in-cpp linked-lists linkedlist move-semantics sorting-algorithms stacks-and-queues stl-containers stl-list stl-vector trees
Last synced: 1 day ago
JSON representation
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
- Host: GitHub
- URL: https://github.com/hypertextassassin0273/data_structures_in_cpp
- Owner: HypertextAssassin0273
- Created: 2021-04-19T09:56:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:24:15.000Z (2 months ago)
- Last Synced: 2024-09-17T15:47:21.821Z (about 2 months ago)
- Topics: avl, basic-data-structures, bst, circular-linked-list, cpp-string, cpp11, data-structures-and-algorithms, datastructures, deque, hashing, linked-list-in-cpp, linked-lists, linkedlist, move-semantics, sorting-algorithms, stacks-and-queues, stl-containers, stl-list, stl-vector, trees
- Language: C++
- Homepage:
- Size: 49.5 MB
- Stars: 100
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Additional Resources for Learning Data Structures in C++/C++11
#### [- Torrent Link for Downloading Full Data Structures Course in C++ (by Abdul Bari)](https://github.com/HypertextAssassin0273/Data_Structures_in_Cpp/blob/main/Mastering_Data_Structures_and_Algorithms_using_C_and_C++.torrent?raw=true)
#### [- Understanding C++ Standard-Template-Library (STL) (by BoQian)](https://youtube.com/playlist?list=PLA0_W94naaYmk0uFVkUnXv0SiMIP5Jjlb)
#### [- Data Structures & Algorithms Cheat Sheet in C++](https://github.com/gibsjose/cpp-cheat-sheet/blob/master/Data%20Structures%20and%20Algorithms.md)
#### [- Learn Complete Data-Structures & Algorithms (by Programiz)](https://www.programiz.com/dsa)
#### [- List of Some Advance Data-Structures (Brief Introduction)](https://www.geeksforgeeks.org/advanced-data-structures/)
#### [- More DS & Algo Resource Links](https://github.com/Developer-Y/cs-video-courses#data-structures-and-algorithms)## C++11 Special Custom Containers
#### [a) Indexed Struct](/MY_DS_LIBRARY/Special_Structures/Indexed_Struct.hpp) [b) Multi Attribute AVL Tree Adapter](/MY_DS_LIBRARY/Special_Structures/Multi_Attribute_AVL_Tree_Adapter.hpp) [(View: Project Report)](https://hypertextassassin0273.github.io/assets/img/projects/DS-R-Project_Report.pdf)## C++ Boost Library Reference Guide
#### [a) Circular Arrays](https://www.boost.org/doc/libs/1_86_0/doc/html/circular_buffer.html) [b) Graphs](https://www.boost.org/doc/libs/1_86_0/libs/graph/doc/index.html) [c) Heaps](https://www.boost.org/doc/libs/1_86_0/doc/html/heap.html)
#### [- Complete Library Documentation](https://www.boost.org/doc/libs/1_86_0/)