Skip to content
Navigation menu
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
The Gauss Sum, and Solving for the Missing Number
ab
ab
ab
Follow
Jun 24 '20
The Gauss Sum, and Solving for the Missing Number
#
algorithms
#
leetcode
#
javascript
#
codenewbie
14
reactions
Comments
2
comments
3 min read
The Climbing Staircase Problem: How to Solve It, and Why the Fibonacci Numbers are Relevant
ab
ab
ab
Follow
Jun 17 '20
The Climbing Staircase Problem: How to Solve It, and Why the Fibonacci Numbers are Relevant
#
javascript
#
leetcode
#
codenewbie
#
algorithms
67
reactions
Comments
10
comments
5 min read
Transposing and Reversing: How to Rotate a 2D Matrix 90 Degrees
ab
ab
ab
Follow
Jun 18 '20
Transposing and Reversing: How to Rotate a 2D Matrix 90 Degrees
#
javascript
#
codenewbie
#
algorithms
#
leetcode
20
reactions
Comments
2
comments
6 min read
Not an "Easy" Algorithm: Rotating an Array, Three Ways
ab
ab
ab
Follow
Jun 12 '20
Not an "Easy" Algorithm: Rotating an Array, Three Ways
#
javascript
#
codenewbie
#
leetcode
#
algorithms
89
reactions
Comments
19
comments
11 min read
Searching an Array, Two Ways
ab
ab
ab
Follow
Jun 16 '20
Searching an Array, Two Ways
#
javascript
#
codenewbie
#
leetcode
#
algorithms
9
reactions
Comments
3
comments
6 min read
Sudoku Part I: Is the Board Valid?
ab
ab
ab
Follow
Jun 15 '20
Sudoku Part I: Is the Board Valid?
#
leetcode
#
algorithms
#
codenewbie
#
javascript
10
reactions
Comments
Add Comment
9 min read
The Longest Palindromic Substring: Solving the Problem Using Constant Space
ab
ab
ab
Follow
Jun 8 '20
The Longest Palindromic Substring: Solving the Problem Using Constant Space
#
javascript
#
algorithms
#
leetcode
#
codenewbie
67
reactions
Comments
5
comments
14 min read
Container with Most Water
Ben Steadman
Ben Steadman
Ben Steadman
Follow
Jun 11 '20
Container with Most Water
#
rust
#
algorithms
#
compsci
#
leetcode
7
reactions
Comments
4
comments
5 min read
Don't Underestimate the Two Pointers: Removing the N-th Node from the End of a Linked List
ab
ab
ab
Follow
Jun 11 '20
Don't Underestimate the Two Pointers: Removing the N-th Node from the End of a Linked List
#
javascript
#
codenewbie
#
leetcode
#
algorithms
11
reactions
Comments
Add Comment
5 min read
Solving the Best Time to Buy and Sell Stocks Problem in One Pass
ab
ab
ab
Follow
Jun 10 '20
Solving the Best Time to Buy and Sell Stocks Problem in One Pass
#
javascript
#
algorithms
#
codenewbie
#
leetcode
28
reactions
Comments
2
comments
7 min read
Removing an Element in an Array In-Place
ab
ab
ab
Follow
Jun 9 '20
Removing an Element in an Array In-Place
#
javascript
#
codenewbie
#
algorithms
#
leetcode
28
reactions
Comments
3
comments
5 min read
The ZigZag Conversion Problem
ab
ab
ab
Follow
Jun 5 '20
The ZigZag Conversion Problem
#
javascript
#
algorithms
#
codenewbie
#
leetcode
29
reactions
Comments
1
comment
7 min read
Reversing a String in Place
ab
ab
ab
Follow
Jun 4 '20
Reversing a String in Place
#
javascript
#
algorithms
#
codenewbie
#
leetcode
15
reactions
Comments
2
comments
4 min read
Finding the Longest Common Prefix
ab
ab
ab
Follow
Jun 3 '20
Finding the Longest Common Prefix
#
javascript
#
codenewbie
#
leetcode
#
algorithms
12
reactions
Comments
2
comments
5 min read
Invert a Binary tree Leetcode solution
deepa
deepa
deepa
Follow
Jun 1 '20
Invert a Binary tree Leetcode solution
#
challenge
#
binarytree
#
leetcode
#
algorithm
6
reactions
Comments
3
comments
1 min read
The Longest Substring With No Repeating Characters
ab
ab
ab
Follow
Jun 1 '20
The Longest Substring With No Repeating Characters
#
javascript
#
algorithms
#
leetcode
#
codenewbie
11
reactions
Comments
1
comment
6 min read
Another Algorithm: Rotate Array with JavaScript
Clark Johnson
Clark Johnson
Clark Johnson
Follow
Jun 1 '20
Another Algorithm: Rotate Array with JavaScript
#
javascript
#
algorithms
#
leetcode
7
reactions
Comments
Add Comment
3 min read
Leetcode Problem: Three sum
Deepak Venkatachalam
Deepak Venkatachalam
Deepak Venkatachalam
Follow
May 28 '20
Leetcode Problem: Three sum
#
java
#
leetcode
#
programming
7
reactions
Comments
1
comment
3 min read
Finding the Intersection of Two Arrays
ab
ab
ab
Follow
May 26 '20
Finding the Intersection of Two Arrays
#
arrays
#
javascript
#
leetcode
#
algorithms
8
reactions
Comments
1
comment
3 min read
Leetcode May Challenge "Count Square Submatrices with All Ones"
Fatema Abdelhadi
Fatema Abdelhadi
Fatema Abdelhadi
Follow
May 22 '20
Leetcode May Challenge "Count Square Submatrices with All Ones"
#
leetcode
#
dynamicprogramming
#
java
#
beginners
10
reactions
Comments
1
comment
4 min read
The Boyer-Moore Majority Vote Algorithm: Finding the Majority Element in an Array
ab
ab
ab
Follow
May 21 '20
The Boyer-Moore Majority Vote Algorithm: Finding the Majority Element in an Array
#
algorithms
#
codenewbie
#
javascript
#
leetcode
22
reactions
Comments
2
comments
5 min read
LeetCode: Online Stock Span
Aroup Goldar Dhruba
Aroup Goldar Dhruba
Aroup Goldar Dhruba
Follow
May 20 '20
LeetCode: Online Stock Span
#
leetcode
#
datastructures
#
algorithms
#
stack
6
reactions
Comments
Add Comment
2 min read
LeetCode: Permutation in String
Aroup Goldar Dhruba
Aroup Goldar Dhruba
Aroup Goldar Dhruba
Follow
May 19 '20
LeetCode: Permutation in String
#
leetcode
#
datastructures
#
algorithms
#
slidingwindow
8
reactions
Comments
Add Comment
2 min read
LeetCode: Odd Even Linked List
Aroup Goldar Dhruba
Aroup Goldar Dhruba
Aroup Goldar Dhruba
Follow
May 19 '20
LeetCode: Odd Even Linked List
#
datastructures
#
algorithms
#
leetcode
#
linkedlist
5
reactions
Comments
Add Comment
2 min read
LeetCode: Find All Anagrams in a String
Aroup Goldar Dhruba
Aroup Goldar Dhruba
Aroup Goldar Dhruba
Follow
May 19 '20
LeetCode: Find All Anagrams in a String
#
leetcode
#
datastructures
#
algorithms
#
slidingwindow
6
reactions
Comments
Add Comment
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account