hashtable class

general purpose hashtable
2,8K descargas
Actualizado 13 jul 2009

Ver licencia

A general purpose hashtable implemented completely in MATLAB, with O(1) performance. Allows use of almost any arbitrary MATLAB type as keys or values, including user-defined classes. You can customize behavior by supplying custom equality and hashcode functions.

In general, not as fast as alternative methods which do not allow arbitrary types as keys.

A short README is included with all details.

Citar como

Christopher (2024). hashtable class (https://www.mathworks.com/matlabcentral/fileexchange/15831-hashtable-class), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP3
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Dictionaries en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!

matlab_hashtable/@hashtable/

matlab_hashtable/hashtable_tests/

matlab_hashtable/hashtable_tests/@pumpkin/

Versión Publicado Notas de la versión
1.1.0.0

- change to BSD license

1.0.0.0