RoadOptimization is a submission for uOttaHack 5, utilizing Java and JavaScript to simulate an algorithm that determines the optimal routes for postal trucks to deliver parcels. The algorithm takes multiple variables into account, including weather and road conditions, to ensure efficient and effective delivery routes.
- Algorithm Simulation: Simulates a route optimization algorithm for postal trucks.
- Multi-variable Consideration: Takes into account various factors such as weather and road conditions.
- Java and JavaScript Implementation: Developed using Java for backend logic and JavaScript for frontend simulation.
- No Frameworks: Built with pure HTML, CSS, and Java/JavaScript without the use of specific frameworks.
- Java: Used for the backend logic and algorithm implementation.
- JavaScript: Powers the frontend simulation of the optimization algorithm.
- HTML and CSS: Basic web technologies for structuring and styling the application.
-
Clone the repository:
git clone https://github.com/Twoos123/RoadOptimization.git
-
Open the project:
Open the project in your preferred Java development environment.
-
Run the simulation:
Execute the Java backend to start the simulation algorithm.
-
Explore the simulation:
Open the HTML file in a web browser to visualize the algorithm simulation.
Asad Ali
John Bute
Felipe Afonso
Contributions are welcome! If you have ideas, suggestions, or improvements, feel free to open an issue or create a pull request.
- This project was developed as a submission for uOttaHack 5.