/leetcode

upload leetcode problems

Primary LanguageJava

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

LeetCode Topics

Array

0026-remove-duplicates-from-sorted-array
0027-remove-element
0080-remove-duplicates-from-sorted-array-ii
0088-merge-sorted-array
0167-two-sum-ii-input-array-is-sorted
0169-majority-element
0802-k-th-smallest-prime-fraction

Two Pointers

0026-remove-duplicates-from-sorted-array
0027-remove-element
0080-remove-duplicates-from-sorted-array-ii
0088-merge-sorted-array
0167-two-sum-ii-input-array-is-sorted
0802-k-th-smallest-prime-fraction

Binary Search

0167-two-sum-ii-input-array-is-sorted
0802-k-th-smallest-prime-fraction

Sorting

0088-merge-sorted-array
0169-majority-element
0802-k-th-smallest-prime-fraction

Heap (Priority Queue)

0802-k-th-smallest-prime-fraction

Hash Table

0169-majority-element

Divide and Conquer

0169-majority-element

Counting

0169-majority-element