Practice of Algorithm Problems
Ctrlk
  • Main
  • Array
  • Binary Search
  • Stack
  • Heap
  • Bit Manipulation
  • Greedy
  • String
  • Dynamic Programming
  • Tree
  • Linked List
  • Graph
    • 207. Course Schedule
    • 210. Course Schedule II
    • 261. Graph Valid Tree
    • 269. Alien Dictionary
    • 305. Number of Islands II
    • 310. Minimum Height Trees
    • 323. Number of Connected Components in an Undirected Graph
    • 332. Reconstruct Itinerary
    • 444. Sequence Reconstruction
    • 547. Friend Circles
    • 684. Redundant Connection
    • 685. Redundant Connection II
    • 721. Accounts Merge
    • 737. Sentence Similarity II
    • 743. Network Delay Time
    • 765. Couples Holding Hands
    • 778. Swim in Rising Water
    • 787. Cheapest Flights Within K Stops
    • 839. Similar String Groups
    • 924. Minimize Malware Spread
    • 947. Most Stones Removed with Same Row or Column
    • 959. Regions Cut By Slashes
    • 1101. The Earliest Moment When Everyone Become Friends
    • 1102. Path With Maximum Minimum Value
    • 1135. Connecting Cities With Minimum Cost
    • 1153. String Transforms Into Another String
  • Backtracking
  • Depth-First-Search & Breadth-First-Search
  • Math
  • Design
  • Old Interview Questions
Powered by GitBook
On this page

Was this helpful?

Graph

207. Course Schedule210. Course Schedule II261. Graph Valid Tree269. Alien Dictionary305. Number of Islands II310. Minimum Height Trees323. Number of Connected Components in an Undirected Graph332. Reconstruct Itinerary444. Sequence Reconstruction547. Friend Circles684. Redundant Connection685. Redundant Connection II721. Accounts Merge737. Sentence Similarity II743. Network Delay Time765. Couples Holding Hands778. Swim in Rising Water787. Cheapest Flights Within K Stops839. Similar String Groups924. Minimize Malware Spread947. Most Stones Removed with Same Row or Column959. Regions Cut By Slashes1101. The Earliest Moment When Everyone Become Friends1102. Path With Maximum Minimum Value1135. Connecting Cities With Minimum Cost1153. String Transforms Into Another String
Previous725. Split Linked List in PartsNext207. Course Schedule

Last updated 6 years ago

Was this helpful?