Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youseftareq33/java_algorithm_1_optimalstrategy_dynamicprogramming
Implementing a Dynamic Programming solution to minimize travel costs
https://github.com/youseftareq33/java_algorithm_1_optimalstrategy_dynamicprogramming
algorithm dynamic-programming java javafx
Last synced: about 2 months ago
JSON representation
Implementing a Dynamic Programming solution to minimize travel costs
- Host: GitHub
- URL: https://github.com/youseftareq33/java_algorithm_1_optimalstrategy_dynamicprogramming
- Owner: youseftareq33
- Created: 2024-07-16T20:49:16.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-16T20:53:38.000Z (7 months ago)
- Last Synced: 2024-11-06T06:26:30.487Z (3 months ago)
- Topics: algorithm, dynamic-programming, java, javafx
- Language: Java
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimal Strategy for Minimum cost Dynamic Programming
# Description:
creating a program to find the minimum cost travel path from City1 to City2 using Dynamic Programming.
The program will consider multiple stopovers, varying travel and hotel costs, and aim to minimize the total trip cost.
The output includes the optimal path, alternative solutions, and a detailed DP table, presented in a user-friendly interface.# Note: there is app_photo folder