Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreekesari-vangeepuram/brain_networks
Workspace for graph DFS algo comparision with various (graph traversal) methods
https://github.com/sreekesari-vangeepuram/brain_networks
dfs-algorithm graph
Last synced: about 2 months ago
JSON representation
Workspace for graph DFS algo comparision with various (graph traversal) methods
- Host: GitHub
- URL: https://github.com/sreekesari-vangeepuram/brain_networks
- Owner: sreekesari-vangeepuram
- Created: 2021-11-15T04:24:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T16:28:39.000Z (about 3 years ago)
- Last Synced: 2024-07-28T09:04:51.616Z (5 months ago)
- Topics: dfs-algorithm, graph
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brain_networks
Simple implementation of undirected-graph with adjacency-listReference: [Graph DFS](https://www.programiz.com/dsa/graph-dfs)
Datasets: [Links](https://github.com/sreekesari-vangeepuram/brain_networks/blob/main/links.txt)Tested with [gcc-11.12.1](#) on `Linux 5.14.16-201.fc34.x86_64`
```console
$ gcc --version
gcc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```