spectrewall / redblack-tree

An implementation of a Red-Black Tree in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redblack-tree

An implementation of Red-Black Tree in C. Implementação de uma Árvore Rubro-Negra em C.

Esta é uma emplementação em linguagem C de uma árvore Rubro-Negra, feita para a matéria de estrutura de dados 2. Todos os arquivos foram escritos e compilados no Ubuntu, todos os comentários estão em português.

This is an implementation using C Language of Red-Black Tree, this was made as part of data structures 2 classes in university. All files where coded on Ubuntu, All inline comments are in portuguese.

About

An implementation of a Red-Black Tree in C


Languages

Language:C 97.6%Language:Makefile 2.4%