https://github.com/nekruzash/graph-data-structure
This is from CS2028 - Data Structures, where me and my partner designed a graph data structure with all of the functions and implemented Depth First Search and Breadth First Search for traversing.
https://github.com/nekruzash/graph-data-structure
cpp graph-datastructures graphs
Last synced: about 1 year ago
JSON representation
This is from CS2028 - Data Structures, where me and my partner designed a graph data structure with all of the functions and implemented Depth First Search and Breadth First Search for traversing.
- Host: GitHub
- URL: https://github.com/nekruzash/graph-data-structure
- Owner: NekruzAsh
- License: mit
- Created: 2024-04-25T04:12:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T04:18:19.000Z (about 2 years ago)
- Last Synced: 2025-01-16T10:06:43.042Z (over 1 year ago)
- Topics: cpp, graph-datastructures, graphs
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graph-Data-Structure
This is from CS2028 - Data Structures, where me and my partner designed a graph data structure with all of the its functions and implemented DFS and BFS for traversing.
Author: Nekruz Ashrapov and Arvish Pandey