Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
BFS
 
 
DFS
 
 
 
 
 
 
 
 
 
 
Sum
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

LeetCode-Patterns

Set of Patterns to solve many algorithmic questions of similar type on LeetCode

  • Two Pointers

    • Meeting Type

      • Sum
      • Array
    • Forwarding Questions

      • List
      • Tail
      • Window
      • Fast and Slow
    • Two Arrays Questions

  • Binary Search

    • Search
    • Greater than 2
    • Less than 2
    • Range Questions
    • Rotated Sorted Array
    • Two Halves
  • Depth First Search

    • Tree
      • Basic
      • Path
      • BST
    • Graph
    • Matrix
You can’t perform that action at this time.