An open API service indexing awesome lists of open source software.

https://github.com/kulia/the-finn-tree


https://github.com/kulia/the-finn-tree

Last synced: about 1 year ago
JSON representation

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.