DataStructures

Set and map datastructures implemented in pure Matlab
1.5K 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 (2024). 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

Community Treasure Hunt

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

Start Hunting!

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.