You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
array
linked list
stack
queue
AVL tree
red black tree
maxheap
minheap
graph
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
About
A library developed on Windows, which implements complex data structures and creates visualisations of their operations