×

Getting Started Guide

Here's a guide to using this B-tree simulator:

  • Max Degree (for tree creation): Enter a number as the maximum degree of the B-tree.
  • Num keys (for tree creation): Enter a number as the number of keys in the tree.
  • Random Tree: Click this button when you have filled in Max Degree and Num Keys to have a randomised tree.
  • Custom Tree: Click this button to create your own B-tree, this will enable the insert and delete buttons.
  • Insert: Enter a number and click this button to insert a node into the tree.
  • Delete: Enter a number and click this button to delete a node from the tree.
  • Seeds: Enter a number and check the "Use Seed" option to generate the same random tree from reused parameters. Enter a different seed to generate a different tree with the same parameters.