Nishant Chatterjee

Results 2 repositories owned by Nishant Chatterjee

Algorithms-Java

139
Stars
16
Forks
Watchers

A collection of common algorithms and data structures implemented in Java.

Graph-Theory

52
Stars
7
Forks
Watchers

Implementation of a directed and weighted graph, along with finding the shortest path in a directed graph using breadth first search, and finding the shortest path in a weighted graph with Dikstra and...