structlinks
structlinks copied to clipboard
Easily Access and visualize different Data structures including Linked lists, Doubly Linked lists, Binary trees, Graphs, Stacks, Queues, and Matrices.
This is my first time writing something here on GitHub. I have added an extra tail pointer so that appending can be done faster in constant time. but I don't...
The Priority Queue in this library is implemented by linked lists, but it has a lot of disadvantages. It is instead preferred for the Priority Queue to be implemented in...
Heap data class was added to the library and the next step is to implement its applications. One of the famous ones is the Heap sort.
Add ADT trees data structure Some of the methods and properties which were not in the CSC111 course but would be good to add - every Node in the Tree...
create a library for Subspace and basis. These classes could be in the same file as the translation class. span class can also be added
add a function to draw the graph in a plotting library like plotly or matplotlib, or in pygame