Skip to content

A B+ Tree implementation completed in May of 2022 during my 2nd year at the University of Pretoria. Grade achieved: 100%

Notifications You must be signed in to change notification settings

jakeweatherhead/B-Plus-Tree

Repository files navigation

B+ Tree Program

DATA

Task: create a working B+ Tree program that could handle insertions and deletions from an unseen data set of arbitrary length.

I implemented a blackbox fuzzer (see Main.java) which largely automated the testing process and allowed me to quickly identify bugs. Error-causing test cases were then transferred over to manual-review (again, see Main.java) where I stepped through the execution path line-by-line.

About

A B+ Tree implementation completed in May of 2022 during my 2nd year at the University of Pretoria. Grade achieved: 100%

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published