My Practice
Ctrlk
  • Introduction
  • Chapter 1 Combination and Permutation
  • Chapter 2 Binary Search & Sorted Array
  • Chapter 3 Binary Tree
  • Chapter 4 DFS & BFS
    • Summary 1: DFS Template
    • DFS
    • Topological Sort
    • Problem 133: Clone Graph
    • Problem 138: Copy List with Random Pointer
    • Problem 301: Remove Invalid Parentheses
    • Print Char Board
    • Problem 200: Number of Islands
    • Problem 127: Word Ladder
    • Topological Sort
    • Problem 332: Reconstruct Itinerary
    • Problem 290: Word Pattern
    • Problem 79: Word Search
  • Chapter 5 Linked List
  • Chapter 6 Dynamic Programming
  • Chapter 7 Graph & Search
  • Chapter 8 Data Structure
  • Chapter 9 High Frequency
  • Post Chapter 1 String
  • Post Chapter 2 Math
  • Post Chapter 3 Array
  • Facebook
  • Amazon
  • All Chapters Summary
  • Core Java Interview Questions
  • Basics of Sorting
  • Behavior Questions
Powered by GitBook
On this page

Was this helpful?

Chapter 4 DFS & BFS

Summary 1: DFS TemplateDFSTopological SortProblem 133: Clone GraphProblem 138: Copy List with Random PointerProblem 301: Remove Invalid ParenthesesPrint Char BoardProblem 200: Number of IslandsProblem 127: Word LadderTopological SortProblem 332: Reconstruct ItineraryProblem 290: Word PatternProblem 79: Word Search
PreviousProblem 315: Count of Smaller Numbers After SelfNextSummary 1: DFS Template

Last updated 6 years ago

Was this helpful?