https://github.com/kulia/the-finn-tree
https://github.com/kulia/the-finn-tree
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kulia/the-finn-tree
- Owner: kulia
- License: mit
- Created: 2018-02-10T19:14:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T08:28:17.000Z (over 5 years ago)
- Last Synced: 2025-02-15T09:37:05.171Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tree structure in C
A simple tree implemented in C. Any node can have any number of children. Each node contains a string. Intended to represent a file structure.