Skip to content

BarunAaryan/My_LeetCode_Questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

617 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My_LeetCode_Questions


Here are all the LeetCode questions I have solved with their answers.

LeetCode Topics

Array

0033-search-in-rotated-sorted-array
0048-rotate-image
0075-sort-colors
0153-find-minimum-in-rotated-sorted-array
0162-find-peak-element
0540-single-element-in-a-sorted-array
0704-binary-search
0904-fruit-into-baskets
1004-max-consecutive-ones-iii
1019-squares-of-a-sorted-array
1046-max-consecutive-ones-iii
1423-maximum-points-you-can-obtain-from-cards
1552-build-an-array-with-stack-operations

Binary Search

0033-search-in-rotated-sorted-array
0153-find-minimum-in-rotated-sorted-array
0162-find-peak-element
0222-count-complete-tree-nodes
0540-single-element-in-a-sorted-array
0704-binary-search
1004-max-consecutive-ones-iii
1046-max-consecutive-ones-iii

Sliding Window

0003-longest-substring-without-repeating-characters
0904-fruit-into-baskets
1004-max-consecutive-ones-iii
1046-max-consecutive-ones-iii
1423-maximum-points-you-can-obtain-from-cards

Prefix Sum

1004-max-consecutive-ones-iii
1046-max-consecutive-ones-iii
1423-maximum-points-you-can-obtain-from-cards

Math

0002-add-two-numbers
0013-roman-to-integer
0048-rotate-image

Matrix

0048-rotate-image

Linked List

0002-add-two-numbers

Recursion

0002-add-two-numbers

Concurrency

1186-building-h2o
1187-print-foobar-alternately
1216-print-zero-even-odd

Stack

1552-build-an-array-with-stack-operations

Simulation

1552-build-an-array-with-stack-operations

Hash Table

0003-longest-substring-without-repeating-characters
0013-roman-to-integer
0904-fruit-into-baskets

String

0003-longest-substring-without-repeating-characters
0005-longest-palindromic-substring
0008-string-to-integer-atoi
0013-roman-to-integer
0812-rotate-string

Database

0570-managers-with-at-least-5-direct-reports
1161-project-employees-i
1390-average-selling-price
1773-percentage-of-users-attended-a-contest
1801-average-time-of-process-per-machine
2087-confirmation-rate

Tree

0098-validate-binary-search-tree
0100-same-tree
0101-symmetric-tree
0104-maximum-depth-of-binary-tree
0222-count-complete-tree-nodes
0543-diameter-of-binary-tree

Depth-First Search

0098-validate-binary-search-tree
0100-same-tree
0101-symmetric-tree
0104-maximum-depth-of-binary-tree
0543-diameter-of-binary-tree

Breadth-First Search

0100-same-tree
0101-symmetric-tree
0104-maximum-depth-of-binary-tree

Binary Tree

0098-validate-binary-search-tree
0100-same-tree
0101-symmetric-tree
0104-maximum-depth-of-binary-tree
0222-count-complete-tree-nodes
0543-diameter-of-binary-tree

Bit Manipulation

0222-count-complete-tree-nodes

Binary Search Tree

0098-validate-binary-search-tree

Two Pointers

0005-longest-palindromic-substring
0075-sort-colors
1019-squares-of-a-sorted-array

Sorting

0075-sort-colors
1019-squares-of-a-sorted-array

String Matching

0812-rotate-string

Dynamic Programming

0005-longest-palindromic-substring

About

These are all the questions I have Solved on LeetCode with the solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors