summaryrefslogtreecommitdiffstats
path: root/map.sml
AgeCommit message (Collapse)AuthorFilesLines
2025-05-16Fix spelling of file namesRose Hogenson1-186/+0
2024-10-07Fix the B-Tree.Rose Hogenson1-2/+2
2024-10-07Use a B-Tree for the map data structure.Rose Hogenson1-131/+123
🅱️
2023-02-10Re-implement map.Rose Hogenson1-109/+168
I stole Haskell's map, and I read a paper.
2022-09-11Fix some style issues in map.sml.Rose Hogenson1-21/+21
2022-09-08As is the tradition, start with a red-black tree.Rose Hogenson1-0/+135
I probably won't touch this repo again for a year.