Skip to content

Trees and Generalized Lists algorithms made with C language.

Notifications You must be signed in to change notification settings

gbionde/c-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Data Structures - Pt. 3: Generalized List + Trees (BTS, AVL)



Related Links

PT 1 {Stacks, Queues}: https://github.com/GFBionde/data-structures-pt1
PT 2 {Linked Lists}: https://github.com/GFBionde/data-structures-pt2

EN-US About

This repository contains the following data structures, developed using C language and dynamic memory allocation/pointers:

  1. Generalized list w/ unions (not using void pointers),
  2. Binary Search tree (BTS),
  3. Self-balancing Binary Search tree (AVL),

The comments were written in Portuguese - Brazil.
Base data structures algorithms were developed while in classroom.

PT-BR Sobre

Este repositório contém as seguintes estruturas de dados desenvolvidas na Linguagem C, utilizando alocação dinâmica & ponteiros:

  1. Lista Generalizada com Unions (sem usar ponteiros void),
  2. Árvore Binária de busca (ABB),
  3. Árvore Binária de busca balanceada (AVL),

Os comentários estão escritos em PT-BR.
Os algoritmos base para manipulação das estruturas foram desenvolvidos em sala de aula.

About

Trees and Generalized Lists algorithms made with C language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages