https://github.com/victorvoid/class-note-redblack-tree
Save all your notes in a file and manipulate.
https://github.com/victorvoid/class-note-redblack-tree
Last synced: over 1 year ago
JSON representation
Save all your notes in a file and manipulate.
- Host: GitHub
- URL: https://github.com/victorvoid/class-note-redblack-tree
- Owner: victorvoid
- Created: 2015-11-13T04:29:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T23:49:17.000Z (over 10 years ago)
- Last Synced: 2025-01-09T08:41:58.962Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ClassNote
========
## Installation
gcc rubro.c -o classnote
> Requires `gcc` to be available in your PATH.
- Enter the parameters of the local:
> 1º Folder location which contains the files
> 2º Folder location which contains the EXCLUIR.IN
> 3º Folder location which contains the generated files
1 - `/.app /home/user/Desktop/input`
2 - `/home/user/Desktop/excluir`
3 - `/home/user/Desktop/output`
## Red–black tree
[Preview](http://www.cs.usfca.edu/~galles/visualization/RedBlack.html)
## Contributors
- [Victor Igor](https://about.me/victor_igor)