Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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