AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
89
stars
303
forks
source link
[NEW ALGORITHM] Cheapest Flights Within K Stops Graph Probelm #1807
the problem is about finding the cheapest way to travel between two cities given a set of flights, while also considering a limit on the number of stops. It tests your ability to work with graphs and optimize paths based on costs and constraints.
Name:
Cheapest Flights Within K Stops
About:
Propose a new algorithm to be added to the repository
Issue will be closed if:
the problem is about finding the cheapest way to travel between two cities given a set of flights, while also considering a limit on the number of stops. It tests your ability to work with graphs and optimize paths based on costs and constraints.
Name:
Cheapest Flights Within K Stops
About:
Propose a new algorithm to be added to the repository
Labels:
new algorithm, gssoc-ext, hacktoberfest, level1
Assignees:
@pankaj-bind pls assign me this issue!