DataStructures

Set and map datastructures implemented in pure Matlab
1.6K Downloads
Updated 26 Sep 2006

View License

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 Linux

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.