Data Structures
This package contains MATALB class-based implementations of the following common data structures:
1) Arrays
2) Binary Search Trees
3) Hash Tables
4) Heaps
5) Lists
6) Queues
7) Red Black Trees
8) Stacks
The code is written in such a way that it can be easily translated into other languages. A majority of the methods are taken from the canonical algorithms text:
Introduction to Algorithms
http://mitpress.mit.edu/books/introduction-algorithms
Note: All classes inherit pass-by-reference behavior via MATLAB's handle superclass
Citar como
Brian Moore (2026). Data Structures (https://la.mathworks.com/matlabcentral/fileexchange/45123-data-structures), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Data Structures/Arrays/
Data Structures/Binary Search Trees/
Data Structures/Hash Tables/
Data Structures/Heaps/
Data Structures/Lists/
Data Structures/Queues/
Data Structures/Red Black Trees/
Data Structures/Stacks/
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
