No description
Find a file
2023-08-25 14:30:07 -07:00
src/Data minor cleanup 2023-08-25 03:19:00 -07:00
test working B Tree 2023-08-25 02:40:49 -07:00
.envrc working B Tree 2023-08-25 02:40:49 -07:00
.gitignore git ignore ./result 2023-08-25 02:51:22 -07:00
.gitlab-ci.yml add .cache to ci cache 2023-08-25 14:30:07 -07:00
b-tree.cabal moved warnings to top of import 2023-08-25 02:50:31 -07:00
flake.lock bumped dependencies 2023-08-25 02:50:45 -07:00
flake.nix working B Tree 2023-08-25 02:40:49 -07:00
LICENSE working B Tree 2023-08-25 02:40:49 -07:00
README.md added README 2023-08-25 03:02:26 -07:00

B-tree

A B-tree is a neat self-balancing tree often used in databases.

To build:

  • nix build or if you don't wish to use nix:
  • Install cabal & ghc if you don't have them.
  • cabal build