Skip to content

Repository containing all the activities and tasks completed in the "Estructura de Datos" course. Covered topics include ADTs, recursion, lists, graphs, stacks, sorting methods such as shell sort, radix sort, bubble sort, quicksort, intercalation sort, direct merge sort, natural merge sort, as well as search methods: binary, hash and sequential.

License

Notifications You must be signed in to change notification settings

CesarInzunsa/EDD

Repository files navigation

Las estructuras de datos es una rama de las ciencias de la computación que estudia y aplica diferentes formas de organizar información dentro de una aplicación, para manipular, buscar e insertar estos datos de manera eficiente. Podemos clasificar las estructuras en dos grupos.

Lineales

La información se guarda de forma secuencial y podemos personalizar el orden en que se guardan.

  • Pilas
  • Colas
  • Listas

No Lineales

No toda la información está al mismo nivel o almacenada con un orden especifico.

  • Árboles
  • Grafos

About

Repository containing all the activities and tasks completed in the "Estructura de Datos" course. Covered topics include ADTs, recursion, lists, graphs, stacks, sorting methods such as shell sort, radix sort, bubble sort, quicksort, intercalation sort, direct merge sort, natural merge sort, as well as search methods: binary, hash and sequential.

Topics

Resources

License

Stars

Watchers

Forks

Languages