6 skills found
zwilias / Elm RosetreeRosetree/multiway trees in Elm
tomjkidd / Elm Multiway Tree ZipperA library for navigating and updating immutable trees.
turboMaCk / Lazy Tree With ZipperLazy rose tree (multiway tree) with zipper. In Elm
metacode-io / Ex Rose TreeA Rose Tree and Zipper in Elixir with a slew of navigation primitives.
Morgan279 / MemoryBasedBPlusTreeAn implementation of B+Tree (a multiway search tree based on the memory, i.e., all data records are stored in the memory instead of the disk).
dignipy / DignipyVarious data structure implementations in Python