DataStructures
Version 1.0.0.0 (19.2 KB) by
Paul Richards
Set and map datastructures implemented in pure Matlab
This code is intended to provide pure implementations (no C) of some common datastructures. Currently contains a sorted set (implemented using red-black trees) and a Java backed associative map.
Cite As
Paul Richards (2026). DataStructures (https://www.mathworks.com/matlabcentral/fileexchange/12339-datastructures), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2006a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Data Types > Structures >
- MATLAB > Language Fundamentals > Data Types > Cell Arrays >
Find more on Structures in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
DataStructures/
DataStructures/@JavaSortedMap/
DataStructures/@SortedSet/
DataStructures/@TreeNode/
DataStructures/MUnitTests/
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Removing project from acknowledgements, I previously mistook the meaning of this field. |
