Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrmoulton/read-write-bintree
https://github.com/jrmoulton/read-write-bintree
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrmoulton/read-write-bintree
- Owner: jrmoulton
- Created: 2020-12-10T09:58:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T22:49:58.000Z (about 3 years ago)
- Last Synced: 2025-01-12T01:05:02.535Z (14 days ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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