• Stars
    star
    1
  • Language
    OCaml
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Phonebook implemented using Binary Search Trees in OCAML. Can search for contacts, list them in alphabetical order, find a specific contact and their phone number, and also delete a contact while maintaining the properties of the binary search tree.