Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justsecret123/red-black-tree
This repository contains a Red-Black Tree simulation (visualization, insertion, removal...).
https://github.com/justsecret123/red-black-tree
c red-black-tree tree-structure
Last synced: 13 days ago
JSON representation
This repository contains a Red-Black Tree simulation (visualization, insertion, removal...).
- Host: GitHub
- URL: https://github.com/justsecret123/red-black-tree
- Owner: Justsecret123
- License: gpl-3.0
- Created: 2019-10-07T06:05:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T00:28:06.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T18:34:10.862Z (2 months ago)
- Topics: c, red-black-tree, tree-structure
- Language: C
- Homepage:
- Size: 649 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Red-black-tree
This repository contains a Red-Black Tree simulation (visualization, insertion, removal...).
> ** Some of my repositories contain french-only projects, whilst this one is 100% English.## Features
- [x] Data insertion
- [x] Search function
- [x] Visualization
- [ ] Data removal## Screenshots
![Home (home):](Screenshots/Main_menu.PNG)
![Display (display):](Screenshots/Display.PNG)
> **Some screenshots will be uploaded as soon as the project is completed.## Tools
- Language : C
- IDE : Dev-C++
- Compiler : gcc
- Debugger : gdb> ** The project is not finished yet, make sure to visit my other repositories while I get it done.