Data Structures

版本 1.0.0.0 (27.6 KB) 作者: Brian Moore
MATLAB implementations of common data structures, including trees, hash tables, heaps, and lists
3.2K 次下载
更新时间 2014/1/20

查看许可证

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

引用格式

Brian Moore (2024). Data Structures (https://www.mathworks.com/matlabcentral/fileexchange/45123-data-structures), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Structures 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

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/

版本 已发布 发行说明
1.0.0.0