Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jrmoulton/read-write-bintree


https://github.com/jrmoulton/read-write-bintree

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Read-Write-Bintree

Read in and sort integers from a file specified from the command line
by storing them in a dynamically allocated linked list and write out the
sorted ints and the 2, 3, and 4 roots without duplicates to another file
specified from the command line