Black Box BST Debugging / BST Delete Algorithm

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=lWmngYVOgW4



Duration: 1:03:12
165 views
2


Today we went through the process of finding bugs in a program by just feeding in different inputs to test different things so that we can make an educated guess as to where it is crashing. Also, using GDB to find the line it crashes on. Also, how BST deletes work.