Skip to content

Mukool1/CompCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

LeetCode Topics

Array

0016-3sum-closest
0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0035-search-insert-position
0041-first-missing-positive
0136-single-number
0217-contains-duplicate
1137-height-checker
2048-build-array-from-permutation
2058-concatenation-of-array
3194-find-words-containing-character
3383-taking-maximum-energy-from-the-mystic-dungeon
3476-find-minimum-operations-to-make-all-elements-divisible-by-three

Sorting

0016-3sum-closest
0217-contains-duplicate
1137-height-checker

Counting Sort

1137-height-checker

Binary Search

0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0035-search-insert-position
0069-sqrtx
0278-first-bad-version

Math

0002-add-two-numbers
0007-reverse-integer
0050-powx-n
0069-sqrtx
0070-climbing-stairs
0202-happy-number
1610-xor-operation-in-an-array
1920-determine-color-of-a-chessboard-square
3476-find-minimum-operations-to-make-all-elements-divisible-by-three
3553-check-if-two-chessboard-squares-have-the-same-color

Dynamic Programming

0070-climbing-stairs

Memoization

0070-climbing-stairs

Bit Manipulation

0136-single-number
0191-number-of-1-bits
1610-xor-operation-in-an-array

String

1205-defanging-an-ip-address
1920-determine-color-of-a-chessboard-square
3194-find-words-containing-character
3379-score-of-a-string
3553-check-if-two-chessboard-squares-have-the-same-color

Interactive

0278-first-bad-version

Linked List

0002-add-two-numbers
0083-remove-duplicates-from-sorted-list
0203-remove-linked-list-elements
0206-reverse-linked-list

Recursion

0002-add-two-numbers
0050-powx-n
0203-remove-linked-list-elements
0206-reverse-linked-list

Prefix Sum

3383-taking-maximum-energy-from-the-mystic-dungeon

Divide and Conquer

0191-number-of-1-bits

Hash Table

0041-first-missing-positive
0202-happy-number
0217-contains-duplicate

Two Pointers

0016-3sum-closest
0202-happy-number

Simulation

2048-build-array-from-permutation
2058-concatenation-of-array

About

Solution for leetcode problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages