DEV Community

# leetcode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Solution: Trim a Binary Search Tree

Solution: Trim a Binary Search Tree

23
Comments
3 min read
Solution: Minimize Deviation in Array

Solution: Minimize Deviation in Array

6
Comments 2
4 min read
Solution: Vertical Order Traversal of a Binary Tree

Solution: Vertical Order Traversal of a Binary Tree

5
Comments
4 min read
Day 31 - Next Permutation

Day 31 - Next Permutation

5
Comments
1 min read
Day 29 - Vertical Order Traversal of a Binary Tree

Day 29 - Vertical Order Traversal of a Binary Tree

5
Comments
2 min read
Get started with using TypeScript and TDD to solve LeetCode problems in VS Code

Get started with using TypeScript and TDD to solve LeetCode problems in VS Code

16
Comments
11 min read
Leetcode 733. Flood Fill

Leetcode 733. Flood Fill

2
Comments
2 min read
Day 18 - Max Number of K-Sum Pairs

Day 18 - Max Number of K-Sum Pairs

4
Comments
2 min read
LeetCode with C# - Reverse A String

LeetCode with C# - Reverse A String

3
Comments 8
3 min read
Day 10 - Create Sorted Array through Instructions

Day 10 - Create Sorted Array through Instructions

5
Comments
4 min read
Day 9 - Word Ladder

Day 9 - Word Ladder

2
Comments
5 min read
Day 7 - Longest Substring Without Repeating Characters

Day 7 - Longest Substring Without Repeating Characters

5
Comments
2 min read
Day 5 - Remove Duplicates from Sorted List II

Day 5 - Remove Duplicates from Sorted List II

4
Comments
3 min read
Reverse a Linked List - Leetcode

Reverse a Linked List - Leetcode

9
Comments
1 min read
Day 3 - Beautiful Arrangement

Day 3 - Beautiful Arrangement

3
Comments
2 min read
Day 2 Find a Corresponding Node of a Binary Tree in a Clone of That Tree

Day 2 Find a Corresponding Node of a Binary Tree in a Clone of That Tree

2
Comments
2 min read
Day1 - Check Array Formation Through Concatenation

Day1 - Check Array Formation Through Concatenation

7
Comments
2 min read
Leetcode Odd Even Linked List - Solution & Video Explaination

Leetcode Odd Even Linked List - Solution & Video Explaination

7
Comments
1 min read
Leetcode #98 (validate binary search tree)

Leetcode #98 (validate binary search tree)

5
Comments 1
3 min read
Leetcode Add Two Numbers - Solution & Video Explaination

Leetcode Add Two Numbers - Solution & Video Explaination

6
Comments
1 min read
Leetcode Two Sum - Solution & Video Explaination

Leetcode Two Sum - Solution & Video Explaination

6
Comments
1 min read
Hi Dev Community, I started learning Data Structure & Algorithms on LeetCode using JavaScripts.

Hi Dev Community, I started learning Data Structure & Algorithms on LeetCode using JavaScripts.

2
Comments
1 min read
Add Binary (LeetCode #67)

Add Binary (LeetCode #67)

10
Comments 1
2 min read
Leetcode Problem 260: Single Number III

Leetcode Problem 260: Single Number III

8
Comments
2 min read
LeetCode Problems 11-20

LeetCode Problems 11-20

8
Comments 1
1 min read
LeetCode Problems 1-10

LeetCode Problems 1-10

29
Comments 3
2 min read
Leetcode #1 Two Sum with JavaScript (Naive Solution)

Leetcode #1 Two Sum with JavaScript (Naive Solution)

2
Comments
1 min read
Leetcode #387 First Unique Character in a String with Swift and HashTable

Leetcode #387 First Unique Character in a String with Swift and HashTable

4
Comments
1 min read
Leetcode First Unique Character in a String (#387) with JavaScript and HashTable

Leetcode First Unique Character in a String (#387) with JavaScript and HashTable

2
Comments
1 min read
1332. Remove Palindromic Subsequences Leetcode Easy

1332. Remove Palindromic Subsequences Leetcode Easy

2
Comments
3 min read
452. Minimum Number of Arrows to Burst Balloons, Leetcode Medium

452. Minimum Number of Arrows to Burst Balloons, Leetcode Medium

3
Comments 3
3 min read
Let's get better in algorithms with Leetcode

Let's get better in algorithms with Leetcode

2
Comments
1 min read
LeetCode: Serialize and Deserialize N-ary Tree

LeetCode: Serialize and Deserialize N-ary Tree

2
Comments
1 min read
Leetcode #387 First Unique Character in a String with Python and HashTable

Leetcode #387 First Unique Character in a String with Python and HashTable

4
Comments
1 min read
Simplifying Linked-List interview tasks

Simplifying Linked-List interview tasks

3
Comments
2 min read
Leetcode #387 First Unique Character in a String with JavaScript and indexOf

Leetcode #387 First Unique Character in a String with JavaScript and indexOf

2
Comments
1 min read
Leetcode - 3SUM (with JavaScript)

Leetcode - 3SUM (with JavaScript)

13
Comments 1
2 min read
Why JavaScript is actually a great LeetCode/Interview language

Why JavaScript is actually a great LeetCode/Interview language

45
Comments 2
7 min read
LeetCode 844. Backspace String Compare

LeetCode 844. Backspace String Compare

8
Comments
1 min read
LeetCode 977. Squares of a Sorted Array

LeetCode 977. Squares of a Sorted Array

5
Comments
1 min read
Solution to algorithms exercise

Solution to algorithms exercise

5
Comments
2 min read
Leetcode #1 First Unique Character in a String (#387) with Ruby and Hash

Leetcode #1 First Unique Character in a String (#387) with Ruby and Hash

2
Comments
1 min read
Remove Duplicates from Sorted Array - Leetcode

Remove Duplicates from Sorted Array - Leetcode

6
Comments 2
1 min read
5 Steps to Tackle The Coding Challenges

5 Steps to Tackle The Coding Challenges

6
Comments
5 min read
Leetcode 3. Longest Substring Without Repeating Characters

Leetcode 3. Longest Substring Without Repeating Characters

8
Comments
1 min read
Finding the duplicate number - Leetcode #287 - Python

Finding the duplicate number - Leetcode #287 - Python

10
Comments
5 min read
LeetCode 56. Merge Intervals

LeetCode 56. Merge Intervals

11
Comments
1 min read
JavaScript - Leetcode: Check If N and Its Double Exist

JavaScript - Leetcode: Check If N and Its Double Exist

7
Comments
4 min read
The Container with the Most Water: Solving an Algorithm about Areas

The Container with the Most Water: Solving an Algorithm about Areas

7
Comments
5 min read
Longest Substring Without Repeating Characters

Longest Substring Without Repeating Characters

7
Comments
2 min read
Two Sum - Leetcode

Two Sum - Leetcode

6
Comments
2 min read
LeetCode: Longest Consecutive Sequence

LeetCode: Longest Consecutive Sequence

5
Comments
2 min read
Find the Length of the Longest Substring Without Repeating Characters (in JavaScript)

Find the Length of the Longest Substring Without Repeating Characters (in JavaScript)

7
Comments 4
4 min read
Leetcode 1346: Check If N and Its Double Exist

Leetcode 1346: Check If N and Its Double Exist

9
Comments
2 min read
LeetCode:442. Find All Duplicates in an Array

LeetCode:442. Find All Duplicates in an Array

5
Comments
1 min read
LeetCode:680. Valid Palindrome II

LeetCode:680. Valid Palindrome II

6
Comments
1 min read
LeetCode:125. Valid Palindrome

LeetCode:125. Valid Palindrome

4
Comments
1 min read
Day 1/31: Detect Capital

Day 1/31: Detect Capital

5
Comments 1
3 min read
Leetcode: 520. Detect Capital

Leetcode: 520. Detect Capital

5
Comments
5 min read
Leetcode: 665. Non-decreasing Array

Leetcode: 665. Non-decreasing Array

6
Comments
5 min read
loading...