Homepage
Open in app
Sign inGet started
Algorithms and Coding Interviews
  • Data Structures
  • Algorithms
  • Problem Patterns
  • Python
  • Work Flow Tools
  • Interviews
  • Community
Tagged in

Matrix

Algorithms and Coding Interviews
Algorithms and Coding Interviews
Sharing methods to solve questions on leetcode, trying to systematize different types of questions
More information
Followers
3.3K
Elsewhere
More, on Medium
  • Matrix
Go to the profile of Li Yin
Li Yin in Algorithms and Coding Interviews
Mar 2, 2018

Solving Matrix/Graph Problems on LeetCode using Python

787. Cheapest Flights Within K Stops

There are n cities connected by m flights. Each fight starts from city u and arrives at v with a price w.

Read more…
1 response