structlinks icon indicating copy to clipboard operation
structlinks copied to clipboard

Easily Access and visualize different Data structures including Linked lists, Doubly Linked lists, Binary trees, Graphs, Stacks, Queues, and Matrices.

Results 8 structlinks issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

enhancement

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...

enhancement

a* search algorithm has not been implimented

enhancement

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

enhancement

create a library for transformations

enhancement

add a function to draw the graph in a plotting library like plotly or matplotlib, or in pygame

enhancement