Data Structures
バージョン 1.0.0.0 (27.6 KB) 作成者:
Brian Moore
MATLAB implementations of common data structures, including trees, hash tables, heaps, and lists
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 (2026). Data Structures (https://jp.mathworks.com/matlabcentral/fileexchange/45123-data-structures), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Structures についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
