Project information
- Category: Graph Search
- Project date: 28 Nov. 2022
- Language: Python, CLI
- Project URL: https://github.com/sakshi0303/GraphSearchAlgorithms
Project Accomplishments
- -Implement different graph search algorithms (BFS(frontier,queue),DFS(recursive,stack)) and compared their performance
- -Used RMAT to generate dense graph
- -Compared various senarios for performance measure betweeen random source and full graph traversal
- -Created python CLI