Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zelechos/ds_data_structure
- Owner: Zelechos
- Created: 2021-03-17T16:50:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T21:29:57.000Z (9 months ago)
- Last Synced: 2024-02-12T22:52:24.737Z (9 months ago)
- Topics: java, javascript, python
- Language: Jupyter Notebook
- Homepage: https://www.youtube.com/playlist?list=PLCLpAU8VN0j4RGemFfybZrWoSX57NbEq9
- Size: 24.1 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
![](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:_**
### 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 :_**
- Java
- Python
- JavaScript> **_Una produccion de Alex T.H._**