Averkleeren/B_Plus_Trees
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
HOMEWORK 8: B+ TREES NAME: < Aaron Verkleeren > COLLABORATORS AND OTHER RESOURCES: List the names of everyone you talked to about this assignment (classmates, TAs, ALAC tutors, upperclassmen, students/instructor via LMS, etc.), and all of the resources (books, online reference material, etc.) you consulted in completing this assignment. < CPLusPlus.com > Remember: Your implementation for this assignment must be done on your own, as described in "Academic Integrity for Homework" handout. ESTIMATE OF # OF HOURS SPENT ON THIS ASSIGNMENT: < 12 > TESTING & DEBUGGING STRATEGY: Discuss your strategy for testing & debugging your program. What tools did you use (gdb/lldb/Visual Studio debugger, Valgrind/Dr. Memory, std::cout & print, etc.)? How did you test the "corner cases" of your implementation? To debug I would mainly just go into my functions and use std::cout at certain parts of the code to determine what was breaking and why. To test corner cases and extra test cases, I used the online B+ tree generator and would plug in random numbers, then try making my tree the same way and seeing if they turned out the same, if they didnt I would debug and fix it. MISC. COMMENTS TO GRADER: (optional, please be concise!)