Skip to content

Commit 78114dc

Browse files
authored
Merge pull request #1224 from aryan-1309/cheapflights
LC Problem 787 Cheapest Flights Within K Stops Solution Added
2 parents b09d7f5 + f92c3ff commit 78114dc

File tree

2 files changed

+530
-1
lines changed

2 files changed

+530
-1
lines changed

dsa-problems/leetcode-problems/0700-0799.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ export const problems = [
536536
"problemName": "787. Cheapest Flights Within K Stops",
537537
"difficulty": "Medium",
538538
"leetCodeLink": "https://leetcode.com/problems/cheapest-flights-within-k-stops",
539-
"solutionLink": "#"
539+
"solutionLink": "/dsa-solutions/lc-solutions/0700-0799/cheapest-flights-within-k-stops"
540540
},
541541
{
542542
"problemName": "788. Rotated Digits",

0 commit comments

Comments
 (0)