Skip to content

A collection of LeetCode questions to ace the coding interview! - Created using LeetHub

Notifications You must be signed in to change notification settings

AnishNehete/Leet-Code-Python-Grind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leet-Code-Python-Grind

A collection of LeetCode questions to ace the coding interview! - Created using LeetHub v2

LeetCode Topics

Array

0004-median-of-two-sorted-arrays
0026-remove-duplicates-from-sorted-array
0035-search-insert-position
0049-group-anagrams
0074-search-a-2d-matrix
0128-longest-consecutive-sequence
0167-two-sum-ii-input-array-is-sorted
0189-rotate-array
0283-move-zeroes
0643-maximum-average-subarray-i
0792-binary-search
0977-squares-of-a-sorted-array
1574-maximum-product-of-two-elements-in-an-array
1791-richest-customer-wealth
1878-check-if-array-is-sorted-and-rotated
2132-convert-1d-array-into-2d-array
3190-find-minimum-operations-to-make-all-elements-divisible-by-three
3194-find-words-containing-character
3778-transform-array-by-parity

Sorting

0049-group-anagrams
0242-valid-anagram
0977-squares-of-a-sorted-array
1574-maximum-product-of-two-elements-in-an-array
3778-transform-array-by-parity

Counting

3778-transform-array-by-parity

Matrix

0074-search-a-2d-matrix
1791-richest-customer-wealth
2132-convert-1d-array-into-2d-array

Heap (Priority Queue)

1574-maximum-product-of-two-elements-in-an-array

Simulation

2132-convert-1d-array-into-2d-array

Hash Table

0049-group-anagrams
0128-longest-consecutive-sequence
0242-valid-anagram

String

0049-group-anagrams
0125-valid-palindrome
0242-valid-anagram
0344-reverse-string
3194-find-words-containing-character

Binary Search

0004-median-of-two-sorted-arrays
0035-search-insert-position
0074-search-a-2d-matrix
0167-two-sum-ii-input-array-is-sorted
0792-binary-search

Math

0189-rotate-array
3190-find-minimum-operations-to-make-all-elements-divisible-by-three

Two Pointers

0026-remove-duplicates-from-sorted-array
0125-valid-palindrome
0167-two-sum-ii-input-array-is-sorted
0189-rotate-array
0283-move-zeroes
0344-reverse-string
0977-squares-of-a-sorted-array

Union Find

0128-longest-consecutive-sequence

Divide and Conquer

0004-median-of-two-sorted-arrays

Tree

0226-invert-binary-tree

Depth-First Search

0226-invert-binary-tree

Breadth-First Search

0226-invert-binary-tree

Binary Tree

0226-invert-binary-tree

Sliding Window

0643-maximum-average-subarray-i

About

A collection of LeetCode questions to ace the coding interview! - Created using LeetHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages