cl-data-structures
cl-data-structures copied to clipboard
Data Structures and streaming algorithms for Common Lisp.
Exploring algorithms I found the answer `(cl-data-structures.algorithms:to-list container )` https://sirherrbatka.github.io/cl-data-structures/l_7.html#3377716077867048580
This is silly nonsense, but I would appreciate a better example. Possibly with links to theory behind it. ` (defparameter hhh (cl-data-structures.dicts.hamt:make-mutable-hamt-dictionary (lambda (x) 1099511628211 ) #'eq )`
This would be helpful for some of the containers.
This is not a pull request but a notification about a partial commit that you've requested.