Pass Sorter
- PHP
- Clone the code.
- Open terminal and change the current working directory to the cloned project
- Run command
php index.php
Time Complexity: Big(O)
Additionally:
- Input is provided in a JSON file. Every time after reading from the JSON file it will be shuffled randomly.
- Its implemented for the provided transportation types assuming these will be limited types, although for additional/new transportaion types the output text needs to be changed.