Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petru-braha/vds-library
Visualisation of possible operations on data structures
https://github.com/petru-braha/vds-library
data-structures object-oriented-programming opengl
Last synced: about 2 months ago
JSON representation
Visualisation of possible operations on data structures
- Host: GitHub
- URL: https://github.com/petru-braha/vds-library
- Owner: petru-braha
- Created: 2024-03-30T14:42:59.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-09-26T16:25:41.000Z (5 months ago)
- Last Synced: 2024-12-31T19:48:29.730Z (about 2 months ago)
- Topics: data-structures, object-oriented-programming, opengl
- Language: C
- Homepage:
- Size: 343 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# Visual data structures
## Motivation
- this repository is intended to be used as a replica of C++ STL. Its advantage over C++ STL is the drawing feature. Using VSA library gives the oportunity for any to display results in a intuitive way such that begginers can manipulate and learn about studied data structures.
- to make use of the theory in practice and create pedagogical exemples for any new students of computer science.## Technologies used
- C/C++
- GTEST
- OPENGL
- GLFW
- GLAD## Data structures list
0. array
1. linked list
2. stack
3. queue
4. AVL tree
5. red black tree
6. maxheap
7. minheap
8. graph
9. hash table## Notes
- soon first release, and video demonstration
- please consult the wiki pages
- !set-up: C++17 Standard, VS 2022 version 17.10.6, GLFW 3.4, OpenGL 4.6.0
- my documentation: "Introduction to Algorithms" 4th by Leiserson, Stein, Rivest and Cormen