Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
leetcode
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
LeetCode problem #3 — Longest substring without repeating characters (JavaScript)
Duncan McArdle
Duncan McArdle
Duncan McArdle
Follow
Mar 9 '22
LeetCode problem #3 — Longest substring without repeating characters (JavaScript)
#
leetcode
#
javascript
#
algorithms
#
programming
2
 reactions
Comments
Add Comment
2 min read
LeetCode problem #2 — Add two numbers (JavaScript)
Duncan McArdle
Duncan McArdle
Duncan McArdle
Follow
Mar 9 '22
LeetCode problem #2 — Add two numbers (JavaScript)
#
leetcode
#
javascript
#
programming
#
algorithms
2
 reactions
Comments
Add Comment
3 min read
Path Sum(code and Explanation)
Riyaz
Riyaz
Riyaz
Follow
Feb 16 '22
Path Sum(code and Explanation)
#
algorithms
#
python
#
leetcode
#
dsa
7
 reactions
Comments
Add Comment
2 min read
LeetCode problem #1 — Two-sum (JavaScript)
Duncan McArdle
Duncan McArdle
Duncan McArdle
Follow
Mar 9 '22
LeetCode problem #1 — Two-sum (JavaScript)
#
leetcode
#
javascript
#
programming
#
algorithms
6
 reactions
Comments
Add Comment
3 min read
LeetCode problem #5 — Longest Palindromic Substring (JavaScript)
Duncan McArdle
Duncan McArdle
Duncan McArdle
Follow
Mar 9 '22
LeetCode problem #5 — Longest Palindromic Substring (JavaScript)
#
leetcode
#
algorithms
#
javascript
#
programming
6
 reactions
Comments
1
 comment
2 min read
LeetCode problem #4 — Median of two sorted arrays (JavaScript)
Duncan McArdle
Duncan McArdle
Duncan McArdle
Follow
Mar 9 '22
LeetCode problem #4 — Median of two sorted arrays (JavaScript)
#
leetcode
#
javascript
#
programming
#
algorithms
2
 reactions
Comments
Add Comment
2 min read
Hamming Distance - C++ Solution
Gopi Gorantala
Gopi Gorantala
Gopi Gorantala
Follow
Feb 27 '22
Hamming Distance - C++ Solution
#
leetcode
#
cpp
#
algorithms
#
faang
48
 reactions
Comments
18
 comments
3 min read
BFS/DFS/DP LeetCode Notes: Send message
openHacking
openHacking
openHacking
Follow
Mar 1 '22
BFS/DFS/DP LeetCode Notes: Send message
#
algorithms
#
leetcode
#
bfs
#
dfs
4
 reactions
Comments
Add Comment
4 min read
Day 14 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#209. Minimum Size Subarray Sum(Medium/JavaScript)
KillingLeetCode
KillingLeetCode
KillingLeetCode
Follow
Feb 26 '22
Day 14 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#209. Minimum Size Subarray Sum(Medium/JavaScript)
#
javascript
#
algorithms
#
beginners
#
leetcode
6
 reactions
Comments
Add Comment
4 min read
Remove Stones to minimize the Total(code and Explanation)
Riyaz
Riyaz
Riyaz
Follow
Feb 14 '22
Remove Stones to minimize the Total(code and Explanation)
#
python
#
programming
#
algorithms
#
leetcode
7
 reactions
Comments
Add Comment
2 min read
Connect Ropes(code and explanation)
Riyaz
Riyaz
Riyaz
Follow
Feb 13 '22
Connect Ropes(code and explanation)
#
leetcode
#
algorithms
#
python
#
beginners
7
 reactions
Comments
2
 comments
2 min read
'K' Closest Numbers(code and explanation)
Riyaz
Riyaz
Riyaz
Follow
Feb 13 '22
'K' Closest Numbers(code and explanation)
#
algorithms
#
python
#
leetcode
#
programming
4
 reactions
Comments
Add Comment
2 min read
Two Sum Problems - 4+ ways to solve.
Gopi Gorantala
Gopi Gorantala
Gopi Gorantala
Follow
Feb 22 '22
Two Sum Problems - 4+ ways to solve.
#
leetcode
#
faang
#
programming
#
beginners
47
 reactions
Comments
3
 comments
7 min read
Maximum Subarray - Leetcode Solution
Thivyaa Mohan
Thivyaa Mohan
Thivyaa Mohan
Follow
Feb 22 '22
Maximum Subarray - Leetcode Solution
#
cpp
#
leetcode
6
 reactions
Comments
Add Comment
1 min read
Find minimum in rotated sorted array in Python(code and explanation)
Riyaz
Riyaz
Riyaz
Follow
Feb 21 '22
Find minimum in rotated sorted array in Python(code and explanation)
#
python
#
algorithms
#
leetcode
#
beginners
7
 reactions
Comments
Add Comment
2 min read
Subsets/Power-set, A FAANG Interview Question - TS Solution
Gopi Gorantala
Gopi Gorantala
Gopi Gorantala
Follow
Feb 19 '22
Subsets/Power-set, A FAANG Interview Question - TS Solution
#
typescript
#
algorithms
#
faang
#
leetcode
42
 reactions
Comments
1
 comment
3 min read
Subsets/Power-set, A FAANG Interview Question - JS Solution
Gopi Gorantala
Gopi Gorantala
Gopi Gorantala
Follow
Feb 19 '22
Subsets/Power-set, A FAANG Interview Question - JS Solution
#
faang
#
leetcode
#
algorithms
#
javascript
43
 reactions
Comments
Add Comment
3 min read
Subsets/Power-set, A FAANG Interview Question - C++ Solution
Gopi Gorantala
Gopi Gorantala
Gopi Gorantala
Follow
Feb 19 '22
Subsets/Power-set, A FAANG Interview Question - C++ Solution
#
leetcode
#
algorithms
#
cpp
#
programming
45
 reactions
Comments
2
 comments
3 min read
Monotonic Array - Java Solution
Gopi Gorantala
Gopi Gorantala
Gopi Gorantala
Follow
Feb 18 '22
Monotonic Array - Java Solution
#
faang
#
leetcode
#
algorithms
#
programming
44
 reactions
Comments
Add Comment
3 min read
Subsets/Power-set, A FAANG Interview Question - Java Solution
Gopi Gorantala
Gopi Gorantala
Gopi Gorantala
Follow
Feb 18 '22
Subsets/Power-set, A FAANG Interview Question - Java Solution
#
faang
#
leetcode
#
algorithms
#
java
45
 reactions
Comments
Add Comment
3 min read
Day 6 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#1534.Count Good Triplets(Easy/JavaScript)
KillingLeetCode
KillingLeetCode
KillingLeetCode
Follow
Feb 16 '22
Day 6 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#1534.Count Good Triplets(Easy/JavaScript)
#
javascript
#
beginners
#
leetcode
#
algorithms
6
 reactions
Comments
Add Comment
4 min read
LeetCode: Plus One Solution
Nilesh
Nilesh
Nilesh
Follow
Feb 16 '22
LeetCode: Plus One Solution
#
leetcode
#
programming
#
tutorial
#
productivity
2
 reactions
Comments
Add Comment
3 min read
Day 5 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#56.Merge Intervals(Medium/JavaScript)
KillingLeetCode
KillingLeetCode
KillingLeetCode
Follow
Feb 15 '22
Day 5 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#56.Merge Intervals(Medium/JavaScript)
#
javascript
#
beginners
#
algorithms
#
leetcode
8
 reactions
Comments
Add Comment
3 min read
Day 4 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#443.String Compression(Medium/JavaScript)
KillingLeetCode
KillingLeetCode
KillingLeetCode
Follow
Feb 14 '22
Day 4 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#443.String Compression(Medium/JavaScript)
#
javascript
#
beginners
#
algorithms
#
leetcode
8
 reactions
Comments
Add Comment
4 min read
Nearest Smaller Element on Left of an ArrayÂ
Ditikrushna Giri
Ditikrushna Giri
Ditikrushna Giri
Follow
Feb 13 '22
Nearest Smaller Element on Left of an ArrayÂ
#
dsa
#
leetcode
#
javascript
#
interview
7
 reactions
Comments
Add Comment
2 min read
Leetcode 909 Snakes and Ladders
Kardel Chen
Kardel Chen
Kardel Chen
Follow
Jan 14 '22
Leetcode 909 Snakes and Ladders
#
leetcode
#
algorithms
6
 reactions
Comments
Add Comment
2 min read
Day 3 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#1.Two-Sum(Easy/JavaScript)
KillingLeetCode
KillingLeetCode
KillingLeetCode
Follow
Feb 12 '22
Day 3 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#1.Two-Sum(Easy/JavaScript)
#
javascript
#
algorithms
#
beginners
#
leetcode
8
 reactions
Comments
Add Comment
4 min read
Judging Valid Parentheses
Yongchang He
Yongchang He
Yongchang He
Follow
Feb 9 '22
Judging Valid Parentheses
#
leetcode
#
java
#
algorithms
#
hashmap
6
 reactions
Comments
Add Comment
1 min read
Day 1 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#728.Self-Dividing Numbers(Easy/JavaScript)
KillingLeetCode
KillingLeetCode
KillingLeetCode
Follow
Feb 9 '22
Day 1 of Studying LeetCode Solution until I Can Solve One on My Own: Problem#728.Self-Dividing Numbers(Easy/JavaScript)
#
leetcode
#
javascript
#
algorithms
#
beginners
11
 reactions
Comments
Add Comment
4 min read
Finding the longest common prefix string amongst an array of strings
Yongchang He
Yongchang He
Yongchang He
Follow
Feb 8 '22
Finding the longest common prefix string amongst an array of strings
#
leetcode
#
java
#
algorithms
#
programming
7
 reactions
Comments
Add Comment
1 min read
Next Permutation Leetcode – Python Solution
YTTMP3
YTTMP3
YTTMP3
Follow
Feb 8 '22
Next Permutation Leetcode – Python Solution
#
leetcode
#
leetcodemedium
#
leetcodepython
#
leetcodenextpermutation
9
 reactions
Comments
1
 comment
2 min read
First Missing Positive – Leetcode Python
YTTMP3
YTTMP3
YTTMP3
Follow
Feb 8 '22
First Missing Positive – Leetcode Python
#
leetcode
#
leetcodepython
#
firstmissingpositivepython
#
leetcodesolution
2
 reactions
Comments
Add Comment
1 min read
Longest Valid Parentheses – Leetcode Python
YTTMP3
YTTMP3
YTTMP3
Follow
Feb 8 '22
Longest Valid Parentheses – Leetcode Python
#
longestvalidparenthesis
#
leetcodesolution
#
leetcode
#
leetcodepython
2
 reactions
Comments
Add Comment
1 min read
Substring with Concatenation of All Words - LeetCode
YTTMP3
YTTMP3
YTTMP3
Follow
Feb 6 '22
Substring with Concatenation of All Words - LeetCode
#
leetcode
#
concatenationleetcode
#
substringleetcode
#
leetcodehard
3
 reactions
Comments
Add Comment
2 min read
Leetcode Merge Intervals - Solution & Video Explaination
shubhsheth
shubhsheth
shubhsheth
Follow
Jan 5 '22
Leetcode Merge Intervals - Solution & Video Explaination
#
cpp
#
algorithms
#
leetcode
#
interview
6
 reactions
Comments
Add Comment
1 min read
Remove nth node from end of list Leetcode Python
YTTMP3
YTTMP3
YTTMP3
Follow
Jan 31 '22
Remove nth node from end of list Leetcode Python
#
leetcode
#
python
#
removenthnode
#
algorithms
2
 reactions
Comments
Add Comment
1 min read
Reverse Linked List | Leetcode Problem
Shashank Shekhar
Shashank Shekhar
Shashank Shekhar
Follow
Jan 12 '22
Reverse Linked List | Leetcode Problem
#
leetcode
#
algorithms
#
cpp
6
 reactions
Comments
Add Comment
1 min read
LeetCode - Valid Sudoku
Alkesh Ghorpade
Alkesh Ghorpade
Alkesh Ghorpade
Follow
Jan 9 '22
LeetCode - Valid Sudoku
#
leetcode
#
cpp
#
go
#
javascript
4
 reactions
Comments
Add Comment
6 min read
LeetCode - Search in Rotated Sorted Array
Alkesh Ghorpade
Alkesh Ghorpade
Alkesh Ghorpade
Follow
Jan 6 '22
LeetCode - Search in Rotated Sorted Array
#
leetcode
#
cpp
#
go
#
javascript
6
 reactions
Comments
Add Comment
5 min read
Longest Substring Without Repeating Characters – LeetCode Solutions
YTTMP3
YTTMP3
YTTMP3
Follow
Jan 4 '22
Longest Substring Without Repeating Characters – LeetCode Solutions
#
leetcode
#
leetcodesolutions
#
python
#
datastructures
3
 reactions
Comments
Add Comment
1 min read
LeetCode - House Robber
Alkesh Ghorpade
Alkesh Ghorpade
Alkesh Ghorpade
Follow
Jan 2 '22
LeetCode - House Robber
#
leetcode
#
cpp
#
go
#
javascript
4
 reactions
Comments
Add Comment
3 min read
LeetCode - Factorial Trailing Zeroes
Alkesh Ghorpade
Alkesh Ghorpade
Alkesh Ghorpade
Follow
Dec 30 '21
LeetCode - Factorial Trailing Zeroes
#
leetcode
#
cpp
#
go
#
javascript
5
 reactions
Comments
Add Comment
2 min read
LeetCode - Largest Number
Alkesh Ghorpade
Alkesh Ghorpade
Alkesh Ghorpade
Follow
Dec 26 '21
LeetCode - Largest Number
#
leetcode
#
cpp
#
go
#
javascript
7
 reactions
Comments
Add Comment
3 min read
Binary Tree: Lowest Common Ancestor (LCA)
ashutosh049
ashutosh049
ashutosh049
Follow
Dec 24 '21
Binary Tree: Lowest Common Ancestor (LCA)
#
leetcode
#
binarytree
#
dfs
#
lca
6
 reactions
Comments
Add Comment
3 min read
724. Find Pivot Index [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
724. Find Pivot Index [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
2 min read
1480. Running Sum of 1d Array [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
1480. Running Sum of 1d Array [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
7
 reactions
Comments
Add Comment
1 min read
283. Move Zeroes [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
283. Move Zeroes [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
1 min read
560. Subarray Sum Equals K [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
560. Subarray Sum Equals K [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
3 min read
122. Best Time to Buy and Sell Stock II [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
122. Best Time to Buy and Sell Stock II [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
1 min read
121. Best Time to Buy and Sell Stock [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
121. Best Time to Buy and Sell Stock [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
1 min read
88. Merge Sorted Array [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
88. Merge Sorted Array [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
1 min read
1936. Add Minimum Number of Rungs [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
1936. Add Minimum Number of Rungs [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
4
 reactions
Comments
Add Comment
1 min read
509. Fibonacci Number [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
509. Fibonacci Number [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
4
 reactions
Comments
Add Comment
3 min read
977. Squares of a Sorted Array [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
977. Squares of a Sorted Array [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
4
 reactions
Comments
Add Comment
2 min read
169. Majority Element [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
169. Majority Element [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
1 min read
118. Pascal's Triangle [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
118. Pascal's Triangle [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
4
 reactions
Comments
Add Comment
1 min read
56. Merge Intervals [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 24 '21
56. Merge Intervals [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
4
 reactions
Comments
Add Comment
2 min read
26. Remove Duplicates from Sorted Array [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 23 '21
26. Remove Duplicates from Sorted Array [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
1 min read
1. Two Sum [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 23 '21
1. Two Sum [Leetcode][C++]
#
cpp
#
algorithms
#
leetcode
#
programming
6
 reactions
Comments
Add Comment
1 min read
380. Insert Delete GetRandom O(1) [Leetcode][C++]
Mayank Arora
Mayank Arora
Mayank Arora
Follow
Dec 23 '21
380. Insert Delete GetRandom O(1) [Leetcode][C++]
#
cpp
#
leetcode
#
programming
#
algorithms
6
 reactions
Comments
Add Comment
3 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account