Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zelechos/ds_data_structure

A repository for all those who want to learn data structures with commented code and well-defined and simplified concepts in different programming languages.
https://github.com/zelechos/ds_data_structure

java javascript python

Last synced: 7 days ago
JSON representation

A repository for all those who want to learn data structures with commented code and well-defined and simplified concepts in different programming languages.

Awesome Lists containing this project

README

        

# Welcome DS_Data_Structure [[v0.0.3]](https://github.com/Zelechos/DS_Data_Structure/releases/tag/v0.0.3) !!!

### Por Pragmatic Coder

javascript

![](https://miro.medium.com/max/700/1*Ut55XNszCQPxCG9qaEQfAw.png)

**_Para Empezar nos concentraremos en el estudio de las Estructuras de Datos mas Esenciales que son:_**

javascript

### Estructuras de Datos

- [ ] Array
- [ ] Busquedas
- [ ] Algoritmos de Ordenamiento
- [ ] Lista Enlazada
- [ ] Tablas de Hash
- [ ] Pilas
- [ ] Colas
- [ ] Grafos
- [ ] Arboles
- [ ] Heaps
- [ ] Complejidad Computacional
- [ ] Problemas sin solucion
- [ ] Modelos y Simulaciones
- [ ] Principios del buen diseño
- [ ] Recursividad
- [ ] Ncurses
- [ ] Estructuras y encapsulacion
- [ ] Ordenamiento por mezcla

### Algoritmos

- [ ] Brute Force algorithm
- [ ] Deterministic Finite Automaton algorithm
- [ ] Karp-Rabin algorithm
- [ ] Shift Or algorithm
- [ ] Morris-Pratt algorithm
- [ ] Knuth-Morris-Pratt algorithm
- [ ] Simon algorithm
- [ ] Colussi algorithm
- [ ] Galil-Giancarlo algorithm
- [ ] Apostolico-Crochemore algorithm
- [ ] Not So Naive algorithm
- [ ] Boyer-Moore algorithm
- [ ] Turbo BM algorithm
- [ ] Apostolico-Giancarlo algorithm
- [ ] Reverse Colussi algorithm
- [ ] Horspool algorithm
- [ ] Quick Search algorithm
- [ ] Tuned Boyer-Moore algorithm
- [ ] Zhu-Takaoka algorithm
- [ ] Berry-Ravindran algorithm
- [ ] Smith algorithm
- [ ] Raita algorithm
- [ ] Reverse Factor algorithm
- [ ] Turbo Reverse Factor algorithm
- [ ] Forward Dawg Matching algorithm
- [ ] Backward Nondeterministic Dawg Matching algorithm
- [ ] Backward Oracle Matching algorithm
- [ ] Galil-Seiferas algorithm
- [ ] Two Way algorithm
- [ ] String Matching on Ordered Alphabets algorithm
- [ ] Optimal Mismatch algorithm
- [ ] Maximal Shift algorithm
- [ ] Skip Search algorithm
- [ ] KMP Skip Search algorithm
- [ ] Alpha Skip Search algorithm

**_Lenguajes en los que se realizaran los ejemplos son :_**

javascript

- Java
- Python
- JavaScript

javascript

> **_Una produccion de Alex T.H._**