Skip to content

Latest commit

 

History

History
101 lines (100 loc) · 6.83 KB

File metadata and controls

101 lines (100 loc) · 6.83 KB

LEETCODE

Collection of LeetCode questions to ace the coding interview! - Created using LeetHub-3.0

LeetCode Topics

Array

Problem Name Difficulty
0485-max-consecutive-ones Easy
0486-predict-the-winner Medium
0877-stone-game Medium
1406-stone-game-iii Hard
1672-richest-customer-wealth Easy
2029-stone-game-ix Medium
3069-distribute-elements-into-two-arrays-i Easy
3471-find-the-largest-almost-missing-integer Easy

Matrix

Problem Name Difficulty
1672-richest-customer-wealth Easy

Hash Table

Problem Name Difficulty
0017-letter-combinations-of-a-phone-number Medium
3016-minimum-number-of-pushes-to-type-word-ii Medium
3471-find-the-largest-almost-missing-integer Easy

String

Problem Name Difficulty
0017-letter-combinations-of-a-phone-number Medium
0028-find-the-index-of-the-first-occurrence-in-a-string Easy
3016-minimum-number-of-pushes-to-type-word-ii Medium

Greedy

Problem Name Difficulty
2029-stone-game-ix Medium
3016-minimum-number-of-pushes-to-type-word-ii Medium

Sorting

Problem Name Difficulty
3016-minimum-number-of-pushes-to-type-word-ii Medium

Counting

Problem Name Difficulty
2029-stone-game-ix Medium
3016-minimum-number-of-pushes-to-type-word-ii Medium

Math

Problem Name Difficulty
0486-predict-the-winner Medium
0877-stone-game Medium
1406-stone-game-iii Hard
2029-stone-game-ix Medium

Dynamic Programming

Problem Name Difficulty
0486-predict-the-winner Medium
0877-stone-game Medium
1406-stone-game-iii Hard

Recursion

Problem Name Difficulty
0486-predict-the-winner Medium

Game Theory

Problem Name Difficulty
0486-predict-the-winner Medium
0877-stone-game Medium
1406-stone-game-iii Hard
2029-stone-game-ix Medium

Two Pointers

Problem Name Difficulty
0028-find-the-index-of-the-first-occurrence-in-a-string Easy

String Matching

Problem Name Difficulty
0028-find-the-index-of-the-first-occurrence-in-a-string Easy

Backtracking

Problem Name Difficulty
0017-letter-combinations-of-a-phone-number Medium

Minimax

Problem Name Difficulty
1406-stone-game-iii Hard
2029-stone-game-ix Medium

Zero-Sum Game

Problem Name Difficulty
1406-stone-game-iii Hard
2029-stone-game-ix Medium

Nim Game

Problem Name Difficulty
2029-stone-game-ix Medium

Simulation

Problem Name Difficulty
3069-distribute-elements-into-two-arrays-i Easy