Skip to content

Navy1409/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

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

String

0344-reverse-string
0409-longest-palindrome
0648-replace-words
1044-find-common-characters
3379-score-of-a-string

Two Pointers

0344-reverse-string
0633-sum-of-square-numbers
0853-most-profit-assigning-work

Hash Table

0409-longest-palindrome
0648-replace-words
1016-subarray-sums-divisible-by-k
1044-find-common-characters

Greedy

0409-longest-palindrome
0502-ipo
0853-most-profit-assigning-work

Array

0502-ipo
0648-replace-words
0853-most-profit-assigning-work
1016-subarray-sums-divisible-by-k
1044-find-common-characters
1137-height-checker
1605-minimum-number-of-days-to-make-m-bouquets

Trie

0648-replace-words

Prefix Sum

1016-subarray-sums-divisible-by-k

Sorting

0502-ipo
0853-most-profit-assigning-work
1137-height-checker

Counting Sort

1137-height-checker

Heap (Priority Queue)

0502-ipo

Math

0633-sum-of-square-numbers

Binary Search

0633-sum-of-square-numbers
0853-most-profit-assigning-work
1605-minimum-number-of-days-to-make-m-bouquets

LeetCode Topics

Array

0001-two-sum
0026-remove-duplicates-from-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0075-sort-colors
0189-rotate-array
0283-move-zeroes
0882-peak-index-in-a-mountain-array
1496-lucky-numbers-in-a-matrix
1621-number-of-subsequences-that-satisfy-the-given-sum-condition
1878-check-if-array-is-sorted-and-rotated
2292-counting-words-with-a-given-prefix
2726-minimum-reverse-operations

Matrix

1496-lucky-numbers-in-a-matrix

String

0003-longest-substring-without-repeating-characters
0957-minimum-add-to-make-parentheses-valid
1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence
2292-counting-words-with-a-given-prefix
2377-check-if-number-has-equal-digit-count-and-digit-value
3174-minimum-number-of-changes-to-make-binary-string-beautiful

Stack

0234-palindrome-linked-list
0957-minimum-add-to-make-parentheses-valid

Greedy

0957-minimum-add-to-make-parentheses-valid

Hash Table

0001-two-sum
0003-longest-substring-without-repeating-characters
0142-linked-list-cycle-ii
0160-intersection-of-two-linked-lists
2377-check-if-number-has-equal-digit-count-and-digit-value

Breadth-First Search

2726-minimum-reverse-operations

Ordered Set

2726-minimum-reverse-operations

Binary Search

0034-find-first-and-last-position-of-element-in-sorted-array
0882-peak-index-in-a-mountain-array
1621-number-of-subsequences-that-satisfy-the-given-sum-condition

Two Pointers

0019-remove-nth-node-from-end-of-list
0026-remove-duplicates-from-sorted-array
0075-sort-colors
0142-linked-list-cycle-ii
0160-intersection-of-two-linked-lists
0189-rotate-array
0234-palindrome-linked-list
0283-move-zeroes
0908-middle-of-the-linked-list
1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence
1621-number-of-subsequences-that-satisfy-the-given-sum-condition
2216-delete-the-middle-node-of-a-linked-list

Math

0007-reverse-integer
0009-palindrome-number
0050-powx-n
0189-rotate-array

Sliding Window

0003-longest-substring-without-repeating-characters

Linked List

0019-remove-nth-node-from-end-of-list
0142-linked-list-cycle-ii
0160-intersection-of-two-linked-lists
0206-reverse-linked-list
0234-palindrome-linked-list
0237-delete-node-in-a-linked-list
0908-middle-of-the-linked-list
2216-delete-the-middle-node-of-a-linked-list

Recursion

0050-powx-n
0206-reverse-linked-list
0234-palindrome-linked-list

String Matching

1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence
2292-counting-words-with-a-given-prefix

Sorting

0075-sort-colors
1621-number-of-subsequences-that-satisfy-the-given-sum-condition

Counting

2377-check-if-number-has-equal-digit-count-and-digit-value

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages