Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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...).

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.