Skip to content

GraphShine is a collection of algorithms for graph manipulations. The goal of this project is to provide a basic algorithmic foundation that could be used for diverse applications. The repository is slowly growing - please feel free to contribute to this repository. GraphShine is free for academic use, so far it has been developed in spare times.

License

Notifications You must be signed in to change notification settings

DebajyotiMondal/GraphShine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphShine

GraphShine is a collection of algorithms for graph manipulations. The goal of this project is to provide a basic algorithmic foundation that could be used for diverse applications. The repository is slowly growing - please feel free to contribute to this repository. GraphShine is free for academic use, so far it has been developed in spare times.

Algorithms that have been implemented so far (all for undirected graphs)...


Graph Algorithms
----------------- Finding Connected Components
BFS order
Minimum Spanning Tree

Data Structure
----------------- Binary Search Tree (AVL)
Segment Tree

Utilities
----------- Binary Search
L1 Nearest Neighbor

About

GraphShine is a collection of algorithms for graph manipulations. The goal of this project is to provide a basic algorithmic foundation that could be used for diverse applications. The repository is slowly growing - please feel free to contribute to this repository. GraphShine is free for academic use, so far it has been developed in spare times.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages