Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

351 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetCode

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

Find me on LeetCode: https://leetcode.com/max_bondarenko/

(stand on 26.09.2023)

Problems solved: 178

  • Easy: 110
  • Medium: 68
  • Hard: 0

image

image

LeetCode Topics

Array

0011-container-with-most-water
0015-3sum
0045-jump-game-ii
0055-jump-game
0128-longest-consecutive-sequence
0134-gas-station
0169-majority-element
0219-contains-duplicate-ii
0228-summary-ranges
0238-product-of-array-except-self
0274-h-index
0643-maximum-average-subarray-i
0735-asteroid-collision
0739-daily-temperatures
1046-max-consecutive-ones-iii
1319-unique-number-of-occurrences
1528-kids-with-the-greatest-number-of-candies
1798-max-number-of-k-sum-pairs
1833-find-the-highest-altitude
2392-successful-pairs-of-spells-and-potions

Prefix Sum

0238-product-of-array-except-self
1046-max-consecutive-ones-iii
1833-find-the-highest-altitude

Two Pointers

0011-container-with-most-water
0015-3sum
1798-max-number-of-k-sum-pairs
2216-delete-the-middle-node-of-a-linked-list
2236-maximum-twin-sum-of-a-linked-list
2392-successful-pairs-of-spells-and-potions

Greedy

0011-container-with-most-water
0045-jump-game-ii
0055-jump-game
0134-gas-station

Hash Table

0128-longest-consecutive-sequence
0169-majority-element
0219-contains-duplicate-ii
1319-unique-number-of-occurrences
1777-determine-if-two-strings-are-close
1798-max-number-of-k-sum-pairs

Sorting

0015-3sum
0169-majority-element
0274-h-index
1777-determine-if-two-strings-are-close
1798-max-number-of-k-sum-pairs
2392-successful-pairs-of-spells-and-potions

Sliding Window

0219-contains-duplicate-ii
0643-maximum-average-subarray-i
1046-max-consecutive-ones-iii
1567-maximum-number-of-vowels-in-a-substring-of-given-length

String

1567-maximum-number-of-vowels-in-a-substring-of-given-length
1777-determine-if-two-strings-are-close
2470-removing-stars-from-a-string

Binary Search

1046-max-consecutive-ones-iii
2392-successful-pairs-of-spells-and-potions

Counting

0169-majority-element
1777-determine-if-two-strings-are-close

Stack

0735-asteroid-collision
0739-daily-temperatures
2236-maximum-twin-sum-of-a-linked-list
2470-removing-stars-from-a-string

Simulation

0735-asteroid-collision
2470-removing-stars-from-a-string

Linked List

0083-remove-duplicates-from-sorted-list
1411-convert-binary-number-in-a-linked-list-to-integer
2216-delete-the-middle-node-of-a-linked-list
2236-maximum-twin-sum-of-a-linked-list

Tree

0904-leaf-similar-trees
1544-count-good-nodes-in-binary-tree

Depth-First Search

0871-keys-and-rooms
0904-leaf-similar-trees
1544-count-good-nodes-in-binary-tree

Binary Tree

0904-leaf-similar-trees
1544-count-good-nodes-in-binary-tree

Breadth-First Search

0871-keys-and-rooms
1544-count-good-nodes-in-binary-tree

Math

1236-n-th-tribonacci-number
1411-convert-binary-number-in-a-linked-list-to-integer

Dynamic Programming

0045-jump-game-ii
0055-jump-game
1236-n-th-tribonacci-number

Memoization

1236-n-th-tribonacci-number

Graph

0871-keys-and-rooms

Divide and Conquer

0169-majority-element

Monotonic Stack

0739-daily-temperatures

Union Find

0128-longest-consecutive-sequence

Counting Sort

0274-h-index

About

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages