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
Route Risk is an application routed in a node.js/react frontend with python HTTP backend server. See the fields below on how to run this application on your local machine.
Route Risk takes in two use input cities and a choice of type of tree structure. When calculate is pressed on the frontend, the backend creates the designated tree structure from over 246,000 accident reports and then searches for the inputted cities' accidend count. Based on these counts and distance traveled for the journey, the application creates a probability for how likely your journey is to be interrupted by some sort traffic accident.
The application also outputs the run time that it took to create the designated tree and search for the two cities and output the probability
Feel free to compare the difference between run time in the B+ tree and the Red Black tree!