Skip to content

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

Notifications You must be signed in to change notification settings

Arjiit/LeetCode-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24dfce5 · May 15, 2020
Mar 28, 2020
Mar 25, 2020
Mar 25, 2020
Mar 26, 2020
Mar 26, 2020
Mar 27, 2020
Oct 17, 2019
Mar 9, 2020
Dec 10, 2018
Sep 8, 2019
May 15, 2020
Mar 26, 2020
Mar 28, 2020
Aug 26, 2019
Jul 21, 2019
Sep 12, 2019
Aug 20, 2019
Jun 26, 2019
Mar 27, 2020
Mar 25, 2020
Sep 3, 2019
Oct 7, 2019
Jan 21, 2019
Aug 6, 2019
Feb 9, 2020
Oct 20, 2019
Mar 25, 2020
Nov 19, 2019

Repository files navigation

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