An open API service indexing awesome lists of open source software.

https://github.com/jvillegasd/datastructures


https://github.com/jvillegasd/datastructures

bfs bstree bstui dijkstra graph sorting-algorithms

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Basic data structure software

This software has implemented some data structure like BST trees and graph (directed and undirected), you can draw your BST tree (After level 5-6 the code draws bad). You can apply BFS algorithm to the BST tree, in the graphs you can apply BFS and Dijkstra algorithms, of course you will see all the path of these algorithms (only BFS for BST tree right now).
As well its implement some sorts like quickSort, selecSort, insertSort and shellSort and you can see all the interations.