Skip to content

narendrabtechcse/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

Collection of LeetCode questions ! - Created by Narendra Agrawal

LinkedIn Profile : https://www.linkedin.com/in/narendrajavadeveloper/

LeetCode Topics

Array

0001-two-sum
0066-plus-one
0200-number-of-islands
0605-can-place-flowers
0733-flood-fill
2220-find-all-possible-recipes-from-given-supplies
2280-count-good-triplets-in-an-array
2626-count-the-number-of-good-subarrays

Greedy

0605-can-place-flowers

Depth-First Search

0133-clone-graph
0200-number-of-islands
0332-reconstruct-itinerary
0733-flood-fill

Breadth-First Search

0133-clone-graph
0200-number-of-islands
0733-flood-fill

Matrix

0200-number-of-islands
0733-flood-fill

Hash Table

0001-two-sum
0076-minimum-window-substring
0133-clone-graph
2220-find-all-possible-recipes-from-given-supplies
2626-count-the-number-of-good-subarrays

String

0020-valid-parentheses
0076-minimum-window-substring
2220-find-all-possible-recipes-from-given-supplies

Graph

0133-clone-graph
0332-reconstruct-itinerary
2220-find-all-possible-recipes-from-given-supplies

Topological Sort

2220-find-all-possible-recipes-from-given-supplies

Sliding Window

0076-minimum-window-substring
2626-count-the-number-of-good-subarrays

Stack

0020-valid-parentheses
0155-min-stack

Design

0155-min-stack

Union Find

0200-number-of-islands

Binary Search

2280-count-good-triplets-in-an-array

Divide and Conquer

2280-count-good-triplets-in-an-array

Binary Indexed Tree

2280-count-good-triplets-in-an-array

Segment Tree

2280-count-good-triplets-in-an-array

Merge Sort

2280-count-good-triplets-in-an-array

Ordered Set

2280-count-good-triplets-in-an-array

Eulerian Circuit

0332-reconstruct-itinerary

Math

0066-plus-one