An application of Priority Queue Algorithm.
This is the typescript implementation of collison system from the course Algorithm Part I.
Full Java code can be found here
How to run it
#For npm
npm install
npm run dev
#For Yarn
yarn install
yarn run dev
See Demo