You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project takes in a textfile of criminals with various attributes, builds an alphabetically sorted binary search tree out of the criminals, and then processes case files of attributes to output the possible suspects for each case. Completed for Data Structures course.