Skip to content

Lakshmanan1507/leetcode

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

String

0014-longest-common-prefix
0020-valid-parentheses
0028-find-the-index-of-the-first-occurrence-in-a-string
0058-length-of-last-word
0344-reverse-string
0412-fizz-buzz
0415-add-strings
0557-reverse-words-in-a-string-iii
0742-to-lower-case
0782-jewels-and-stones
0812-rotate-string
0889-buddy-strings
1651-shuffle-string
2727-number-of-senior-citizens
3379-score-of-a-string

Trie

0014-longest-common-prefix

Stack

0020-valid-parentheses

Array

0004-median-of-two-sorted-arrays
0026-remove-duplicates-from-sorted-array
0027-remove-element
0035-search-insert-position
0041-first-missing-positive
0048-rotate-image
0136-single-number
0890-lemonade-change
0924-fair-candy-swap
1651-shuffle-string
1835-decode-xored-permutation
1951-find-the-winner-of-the-circular-game
2727-number-of-senior-citizens
3397-find-the-integer-added-to-array-i
3476-find-minimum-operations-to-make-all-elements-divisible-by-three
3515-find-if-digit-game-can-be-won

Binary Search

0004-median-of-two-sorted-arrays
0035-search-insert-position
0924-fair-candy-swap

Divide and Conquer

0004-median-of-two-sorted-arrays
0190-reverse-bits

Math

0007-reverse-integer
0048-rotate-image
0202-happy-number
0412-fizz-buzz
0415-add-strings
1951-find-the-winner-of-the-circular-game
3476-find-minimum-operations-to-make-all-elements-divisible-by-three
3515-find-if-digit-game-can-be-won

Two Pointers

0026-remove-duplicates-from-sorted-array
0027-remove-element
0028-find-the-index-of-the-first-occurrence-in-a-string
0202-happy-number
0344-reverse-string
0557-reverse-words-in-a-string-iii

String Matching

0028-find-the-index-of-the-first-occurrence-in-a-string
0812-rotate-string

Tree

0100-same-tree
0110-balanced-binary-tree

Depth-First Search

0100-same-tree
0110-balanced-binary-tree

Breadth-First Search

0100-same-tree

Binary Tree

0100-same-tree
0110-balanced-binary-tree

Bit Manipulation

0136-single-number
0190-reverse-bits
1835-decode-xored-permutation

Hash Table

0041-first-missing-positive
0202-happy-number
0782-jewels-and-stones
0889-buddy-strings
0924-fair-candy-swap

Simulation

0412-fizz-buzz
0415-add-strings
1951-find-the-winner-of-the-circular-game

Matrix

0048-rotate-image

Sorting

0924-fair-candy-swap

Recursion

1951-find-the-winner-of-the-circular-game

Queue

1951-find-the-winner-of-the-circular-game

Greedy

0890-lemonade-change

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages