Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
dsa
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Pseudocode: Everything you need to know
Bhargab B
Bhargab B
Bhargab B
Follow
Jun 2 '24
Pseudocode: Everything you need to know
#
coding
#
pseudocode
#
dsa
#
problemsolving
3
reactions
Comments
Add Comment
2 min read
Data Structures and Algorithms: Breadth First Search
Farai Bvuma
Farai Bvuma
Farai Bvuma
Follow
May 22 '24
Data Structures and Algorithms: Breadth First Search
#
beginners
#
dsa
#
javascript
#
trees
1
reaction
Comments
Add Comment
2 min read
Introduction to Data Structures and Arrays
Harsh Mishra
Harsh Mishra
Harsh Mishra
Follow
Jun 1 '24
Introduction to Data Structures and Arrays
#
datastructures
#
dsa
Comments
Add Comment
12 min read
The Ultimate Roadmap to Mastering Data Structures
Shabin-k
Shabin-k
Shabin-k
Follow
May 30 '24
The Ultimate Roadmap to Mastering Data Structures
#
datastructures
#
dsa
#
algorithms
#
programming
5
reactions
Comments
Add Comment
3 min read
Why do you need to learn and understand Algorithms?
Saoni Deb
Saoni Deb
Saoni Deb
Follow
Apr 25 '24
Why do you need to learn and understand Algorithms?
#
programming
#
dsa
#
learning
#
beginners
Comments
Add Comment
2 min read
How to get your coding journey started?
Paavni Goyal
Paavni Goyal
Paavni Goyal
Follow
for
Dev Market
May 14 '24
How to get your coding journey started?
#
dsa
#
beginners
#
coding
#
problemsolving
3
reactions
Comments
Add Comment
3 min read
Balanced Trees - The Experience
Nidheesh Manishkumar Vakharia
Nidheesh Manishkumar Vakharia
Nidheesh Manishkumar Vakharia
Follow
May 19 '24
Balanced Trees - The Experience
#
dsa
#
datastructures
#
cpp
#
computerscience
Comments
Add Comment
6 min read
Fisher Yates - How the popular shuffling Algorithm Works - Under the hood series
Abdulmumin yaqeen
Abdulmumin yaqeen
Abdulmumin yaqeen
Follow
May 10 '24
Fisher Yates - How the popular shuffling Algorithm Works - Under the hood series
#
algorithms
#
learning
#
programming
#
dsa
4
reactions
Comments
2
comments
5 min read
Two sum problem solution in easy way [Day-03]
Jasraj Chouhan
Jasraj Chouhan
Jasraj Chouhan
Follow
May 9 '24
Two sum problem solution in easy way [Day-03]
#
dsa
#
datastructures
#
leetcode
#
twosum
Comments
Add Comment
2 min read
🐔Primitive Data Structure
developedbyjk
developedbyjk
developedbyjk
Follow
May 9 '24
🐔Primitive Data Structure
#
datastructures
#
dsa
#
primitivedatastructure
#
algorithms
Comments
Add Comment
1 min read
DSA vs. Development, Confused?
Anand Singh
Anand Singh
Anand Singh
Follow
for
Dev Market
May 8 '24
DSA vs. Development, Confused?
#
development
#
dsa
#
webdev
#
programming
11
reactions
Comments
Add Comment
2 min read
217. Contains Duplicate
Bhupesh Kumar
Bhupesh Kumar
Bhupesh Kumar
Follow
Apr 22 '24
217. Contains Duplicate
#
leetcode
#
dsa
#
coding
#
programming
Comments
Add Comment
4 min read
10 Best Websites for practicing Data Structures and Algorithms (DSA):
Dhyanesh Siddhartha
Dhyanesh Siddhartha
Dhyanesh Siddhartha
Follow
May 2 '24
10 Best Websites for practicing Data Structures and Algorithms (DSA):
#
webdev
#
dsa
#
learning
#
softwareengineering
3
reactions
Comments
Add Comment
2 min read
Create a linked list in Rust: The RC smart pointer
Augustine Madu
Augustine Madu
Augustine Madu
Follow
Apr 25 '24
Create a linked list in Rust: The RC smart pointer
#
rust
#
dsa
#
tutorial
Comments
Add Comment
1 min read
Solving DSA Problems. Eolymp 6254: Timebomb
Miradil
Miradil
Miradil
Follow
Mar 18 '24
Solving DSA Problems. Eolymp 6254: Timebomb
#
datastructures
#
algorithms
#
dsa
#
eolymp
Comments
Add Comment
4 min read
Merge Intervals : A unique Graph-based approach
Atharv Mishra
Atharv Mishra
Atharv Mishra
Follow
Mar 19 '24
Merge Intervals : A unique Graph-based approach
#
dsa
#
leetcode
#
graph
#
sorting
Comments
Add Comment
2 min read
Contest Notifier - Browser Extension
Vaibhav Arora
Vaibhav Arora
Vaibhav Arora
Follow
Apr 14 '24
Contest Notifier - Browser Extension
#
extensions
#
typescript
#
competativeprogramming
#
dsa
7
reactions
Comments
1
comment
1 min read
Leetcode: Reveal Cards In Increasing Order
keshav jha
keshav jha
keshav jha
Follow
Apr 10 '24
Leetcode: Reveal Cards In Increasing Order
#
leetcode
#
dsa
#
programming
2
reactions
Comments
Add Comment
3 min read
Day 9 of #100DaysOfCode | 31-03-2024
Ashish Prajapati
Ashish Prajapati
Ashish Prajapati
Follow
Mar 31 '24
Day 9 of #100DaysOfCode | 31-03-2024
#
100daysofcode
#
cpp
#
dsa
Comments
Add Comment
1 min read
Flipping an Image(leetcode)
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Mar 29 '24
Flipping an Image(leetcode)
#
dsa
#
java
#
leetcode
#
problemsolving
Comments
Add Comment
1 min read
Day 6 of #100DaysOfCode | 28-03-2024
Ashish Prajapati
Ashish Prajapati
Ashish Prajapati
Follow
Mar 29 '24
Day 6 of #100DaysOfCode | 28-03-2024
#
javascript
#
dsa
#
cpp
#
100daysofcode
1
reaction
Comments
Add Comment
4 min read
Data Structures and Algorithms: Quick Sort
Farai Bvuma
Farai Bvuma
Farai Bvuma
Follow
Mar 13 '24
Data Structures and Algorithms: Quick Sort
#
javascript
#
beginners
#
dsa
#
algorithms
Comments
Add Comment
3 min read
Solving DSA Problems. LeetCode 142: Linked List Cycle II
Miradil
Miradil
Miradil
Follow
Mar 4 '24
Solving DSA Problems. LeetCode 142: Linked List Cycle II
#
dsa
#
leetcode
#
linkedlist
#
floydalgorithm
Comments
Add Comment
4 min read
Getting More About Linked List Data Structure
Maniruzzaman Akash
Maniruzzaman Akash
Maniruzzaman Akash
Follow
Feb 22 '24
Getting More About Linked List Data Structure
#
datastructures
#
linked
#
dsa
#
algorithms
1
reaction
Comments
Add Comment
3 min read
Beginner's Guide to "Introduction to Algorithms"
Ishika
Ishika
Ishika
Follow
Mar 6 '24
Beginner's Guide to "Introduction to Algorithms"
#
discuss
#
dsa
#
beginners
#
programming
Comments
Add Comment
2 min read
1732. Find the Highest Altitude
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Mar 6 '24
1732. Find the Highest Altitude
#
dsa
#
java
#
leetcode
#
learninpublic
Comments
Add Comment
1 min read
Memory
Praise Idowu
Praise Idowu
Praise Idowu
Follow
Mar 3 '24
Memory
#
python
#
dsa
#
memorymanagement
#
computerscience
1
reaction
Comments
Add Comment
11 min read
Insertion and Deletion on Linked List
Ankit Kumar
Ankit Kumar
Ankit Kumar
Follow
Mar 3 '24
Insertion and Deletion on Linked List
#
dsa
#
linkedlist
#
coding
#
programming
Comments
Add Comment
2 min read
Insertion and Deletion on Linked List
Ankit Kumar
Ankit Kumar
Ankit Kumar
Follow
Mar 3 '24
Insertion and Deletion on Linked List
#
dsa
#
linkedlist
#
coding
#
programming
Comments
Add Comment
2 min read
1773. Count Items Matching a Rule.
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Mar 2 '24
1773. Count Items Matching a Rule.
#
dsa
#
java
#
leetcode
#
easy
Comments
Add Comment
1 min read
Importance of Data Structures in Computer Science.
Sanjeevlu Buggargani
Sanjeevlu Buggargani
Sanjeevlu Buggargani
Follow
Mar 1 '24
Importance of Data Structures in Computer Science.
#
datastructures
#
dsa
#
programming
#
beginners
Comments
Add Comment
3 min read
DSA to Development: A Complete Guide
Atharv Gyan
Atharv Gyan
Atharv Gyan
Follow
Feb 29 '24
DSA to Development: A Complete Guide
#
discuss
#
webdev
#
programming
#
dsa
7
reactions
Comments
Add Comment
4 min read
1389. Create Target Array in the Given Order(bruteForce)
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 28 '24
1389. Create Target Array in the Given Order(bruteForce)
#
dsa
#
java
#
leetcode
#
easy
Comments
Add Comment
1 min read
1365. How Many Numbers Are Smaller Than the Current Number
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 26 '24
1365. How Many Numbers Are Smaller Than the Current Number
#
java
#
dsa
#
leetcode
#
problem
Comments
Add Comment
1 min read
Solving DSA Problems. CodeForces 1918-A: Brick Wall
Miradil
Miradil
Miradil
Follow
Feb 26 '24
Solving DSA Problems. CodeForces 1918-A: Brick Wall
#
datastructures
#
algorithms
#
math
#
dsa
Comments
Add Comment
3 min read
1512. Number of Good Pairs
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 25 '24
1512. Number of Good Pairs
#
easy
#
leetcode
#
dsa
#
java
Comments
Add Comment
1 min read
1431. Kids With the Greatest Number of Candies
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 24 '24
1431. Kids With the Greatest Number of Candies
#
dsa
#
leetcode
#
java
#
array
Comments
Add Comment
1 min read
1470. Shuffle the Array(easy)
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 23 '24
1470. Shuffle the Array(easy)
#
dsa
#
java
#
leetcode
#
beginners
Comments
Add Comment
2 min read
1672. Richest Customer Wealth(leetcode)
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 21 '24
1672. Richest Customer Wealth(leetcode)
#
java
#
dsa
#
leetcode
#
beginners
Comments
Add Comment
1 min read
Implementation of Linked Lists in C++ and Python
Md Mahfuz Hossain
Md Mahfuz Hossain
Md Mahfuz Hossain
Follow
Feb 20 '24
Implementation of Linked Lists in C++ and Python
#
dsa
#
python
#
linkedlist
#
cpp
Comments
2
comments
4 min read
1480. Running Sum of 1d Array(leetcode)
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 20 '24
1480. Running Sum of 1d Array(leetcode)
#
beginners
#
java
#
dsa
#
leetcode
Comments
Add Comment
1 min read
1920. Build Array from Permutation (leetcode: easy)
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 18 '24
1920. Build Array from Permutation (leetcode: easy)
#
java
#
leetcode
#
easy
#
dsa
Comments
Add Comment
1 min read
Best Time to Buy and Sell Stock - Leetcode 121 - TypeScript
Yaz
Yaz
Yaz
Follow
Feb 5 '24
Best Time to Buy and Sell Stock - Leetcode 121 - TypeScript
#
typescript
#
leetcode
#
algorithms
#
dsa
Comments
Add Comment
2 min read
Rotate Array - Leetcode 189 - TypeScript
Yaz
Yaz
Yaz
Follow
Feb 5 '24
Rotate Array - Leetcode 189 - TypeScript
#
typescript
#
leetcode
#
algorithms
#
dsa
Comments
Add Comment
1 min read
Write a function that returns all prime numbers between two given numbers.
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 15 '24
Write a function that returns all prime numbers between two given numbers.
#
java
#
dsa
#
problemsolving
#
methods
1
reaction
Comments
Add Comment
1 min read
🧑💻Define a method to find out if a number is prime or not.
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Tahzib Mahmud Rifat
Follow
Feb 14 '24
🧑💻Define a method to find out if a number is prime or not.
#
java
#
dsa
#
functions
#
method
Comments
Add Comment
2 min read
প্রোগ্রামিং কন্টেস্ট এর জন্য শুরুতে যা যা শিখবো (কমন টপিক)
sakib ahamed shahon
sakib ahamed shahon
sakib ahamed shahon
Follow
Feb 10 '24
প্রোগ্রামিং কন্টেস্ট এর জন্য শুরুতে যা যা শিখবো (কমন টপিক)
#
competativeprogramming
#
dsa
#
beginners
Comments
Add Comment
1 min read
Best Time to Buy and Sell Stock II - Leetcode 122 - TypeScript
Yaz
Yaz
Yaz
Follow
Feb 7 '24
Best Time to Buy and Sell Stock II - Leetcode 122 - TypeScript
#
typescript
#
leetcode
#
algorithms
#
dsa
Comments
Add Comment
2 min read
Remove Duplicates from Sorted Array II - Leetcode 80 - TypeScript
Yaz
Yaz
Yaz
Follow
Feb 3 '24
Remove Duplicates from Sorted Array II - Leetcode 80 - TypeScript
#
typescript
#
leetcode
#
algorithms
#
dsa
3
reactions
Comments
Add Comment
2 min read
DSA: How not to learn Data Structures and Algorithms
Sanskrati Jain
Sanskrati Jain
Sanskrati Jain
Follow
Feb 1 '24
DSA: How not to learn Data Structures and Algorithms
#
dsa
#
programming
#
beginners
#
learning
12
reactions
Comments
Add Comment
3 min read
Majority Element - Leetcode 169 - TypeScript
Yaz
Yaz
Yaz
Follow
Feb 1 '24
Majority Element - Leetcode 169 - TypeScript
#
typescript
#
leetcode
#
algorithms
#
dsa
1
reaction
Comments
Add Comment
1 min read
Remove Duplicates from Sorted Array - Leetcode 26 - TypeScript
Yaz
Yaz
Yaz
Follow
Jan 30 '24
Remove Duplicates from Sorted Array - Leetcode 26 - TypeScript
#
typescript
#
algorithms
#
leetcode
#
dsa
Comments
Add Comment
2 min read
Understanding the Constraints in Data Structures Questions
Sanyam Malik
Sanyam Malik
Sanyam Malik
Follow
Jan 29 '24
Understanding the Constraints in Data Structures Questions
#
datastructures
#
dsa
#
programming
#
coding
Comments
Add Comment
2 min read
Lets talk about linked list
Raiyan Rahman
Raiyan Rahman
Raiyan Rahman
Follow
Jan 28 '24
Lets talk about linked list
#
dsa
#
beginners
#
tutorial
#
python
3
reactions
Comments
Add Comment
2 min read
Question: Implement a Stack using Linked List
Codes With Pankaj
Codes With Pankaj
Codes With Pankaj
Follow
Jan 27 '24
Question: Implement a Stack using Linked List
#
beginners
#
programming
#
java
#
dsa
Comments
Add Comment
2 min read
Question: Find the Common Elements in Two Arrays
Codes With Pankaj
Codes With Pankaj
Codes With Pankaj
Follow
Jan 27 '24
Question: Find the Common Elements in Two Arrays
#
beginners
#
programming
#
java
#
dsa
Comments
Add Comment
1 min read
DSA Series Part 1: Arrays
Sarah Chowdhury
Sarah Chowdhury
Sarah Chowdhury
Follow
Jan 26 '24
DSA Series Part 1: Arrays
#
dsa
#
beginners
#
learning
#
codenewbie
Comments
Add Comment
2 min read
Remove Element - Leetcode 27 - TypeScript
Yaz
Yaz
Yaz
Follow
Jan 23 '24
Remove Element - Leetcode 27 - TypeScript
#
leetcode
#
typescript
#
algorithms
#
dsa
Comments
Add Comment
2 min read
Merge Sorted Array - Leetcode 88 - TypeScript
Yaz
Yaz
Yaz
Follow
Jan 21 '24
Merge Sorted Array - Leetcode 88 - TypeScript
#
leetcode
#
typescript
#
algorithms
#
dsa
6
reactions
Comments
Add Comment
2 min read
Understanding the Monotonic Stack To UP Your Data Structure Game
about14sheep
about14sheep
about14sheep
Follow
Jan 8 '24
Understanding the Monotonic Stack To UP Your Data Structure Game
#
dsa
#
tutorial
#
career
#
beginners
5
reactions
Comments
Add Comment
1 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account