Skip to content
Navigation menu
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
Disjoint Set Union / Union Find Algorithm Simplified
Addy
Addy
Addy
Follow
Jun 8
Disjoint Set Union / Union Find Algorithm Simplified
#
programming
#
dsa
#
tutorial
#
learning
Comments
2
comments
4 min read
Index Negation Technique
Ashu Sharma
Ashu Sharma
Ashu Sharma
Follow
Jun 7
Index Negation Technique
#
dsa
#
cpp
#
interview
#
leetcode
Comments
2
comments
3 min read
Part 6: Sorting Algorithms in Python – Concepts, Code, and Complexity
Nitinn S Kulkarni
Nitinn S Kulkarni
Nitinn S Kulkarni
Follow
Apr 4
Part 6: Sorting Algorithms in Python – Concepts, Code, and Complexity
#
python
#
dsa
#
interview
#
programming
Comments
Add Comment
3 min read
Binary Search Demystified
Beeplov Sharma
Beeplov Sharma
Beeplov Sharma
Follow
Apr 3
Binary Search Demystified
#
dsa
#
programming
Comments
Add Comment
1 min read
🧮 Part 4: Hash Maps and Sets in Python – Lookups, Frequencies, and Fast Problem Solving
Nitinn S Kulkarni
Nitinn S Kulkarni
Nitinn S Kulkarni
Follow
Apr 3
🧮 Part 4: Hash Maps and Sets in Python – Lookups, Frequencies, and Fast Problem Solving
#
python
#
dsa
#
interview
#
programming
Comments
Add Comment
3 min read
Sorting Without Comparisons? Index Placement Sort (IPS): A Simple Yet Powerful Sorting Trick I Developed
Klinsmann R
Klinsmann R
Klinsmann R
Follow
Mar 30
Sorting Without Comparisons? Index Placement Sort (IPS): A Simple Yet Powerful Sorting Trick I Developed
#
dsa
#
algorithms
#
datastructures
#
programming
Comments
Add Comment
2 min read
DSA Patterns Every Developer Should Know 🧠💻
Vishwark
Vishwark
Vishwark
Follow
May 2
DSA Patterns Every Developer Should Know 🧠💻
#
dsa
#
algorithms
#
datastructures
#
coding
6
reactions
Comments
1
comment
4 min read
DSA Pattern: A Clean Way to Parse Words from a String
Al Amin
Al Amin
Al Amin
Follow
Jun 6
DSA Pattern: A Clean Way to Parse Words from a String
#
webdev
#
php
#
dsa
#
algorithms
10
reactions
Comments
9
comments
2 min read
🔶Beginner-Friendly Guide to Solving "Count Subarrays With Fixed Bounds" | LeetCode 2444 Explained (C++ | JavaScript | Python)
Om Shree
Om Shree
Om Shree
Follow
Apr 27
🔶Beginner-Friendly Guide to Solving "Count Subarrays With Fixed Bounds" | LeetCode 2444 Explained (C++ | JavaScript | Python)
#
dsa
#
algorithms
#
programming
#
leetcode
11
reactions
Comments
Add Comment
3 min read
DSA & LeetCode in 2025: Still Relevant in the Age of AI?
Govind
Govind
Govind
Follow
Apr 23
DSA & LeetCode in 2025: Still Relevant in the Age of AI?
#
career
#
programming
#
ai
#
dsa
3
reactions
Comments
Add Comment
3 min read
"Hey everyone! It's my first day here — I'll be sharing what I learn daily as part of my coding journey."
Purva Milind Raut
Purva Milind Raut
Purva Milind Raut
Follow
Apr 23
"Hey everyone! It's my first day here — I'll be sharing what I learn daily as part of my coding journey."
#
programming
#
tutorial
#
cpp
#
dsa
Comments
Add Comment
1 min read
Optimizing Slice Lookups With Go Maps
Tobiloba Ogundiyan
Tobiloba Ogundiyan
Tobiloba Ogundiyan
Follow
Apr 23
Optimizing Slice Lookups With Go Maps
#
dsa
#
performance
#
benchmarking
#
go
5
reactions
Comments
Add Comment
3 min read
DSA & Searching Methods: Refresher for Coding Interview
Ryoichi Homma
Ryoichi Homma
Ryoichi Homma
Follow
May 16
DSA & Searching Methods: Refresher for Coding Interview
#
datastructures
#
algorithms
#
dsa
#
searchingmethods
1
reaction
Comments
2
comments
3 min read
🔍Linear Search Made Easy – Find Like a Detective!
Khushi
Khushi
Khushi
Follow
Apr 11
🔍Linear Search Made Easy – Find Like a Detective!
#
dsa
#
linearsearch
#
beginners
2
reactions
Comments
Add Comment
2 min read
Big O Notation Cheatsheet
Sospeter Mong'are
Sospeter Mong'are
Sospeter Mong'are
Follow
Apr 20
Big O Notation Cheatsheet
#
data
#
algorithms
#
dsa
#
programming
8
reactions
Comments
Add Comment
2 min read
🔥 Kadane's Algorithm — The Power of Maximum Subarrays
Brajesh Lovanshi
Brajesh Lovanshi
Brajesh Lovanshi
Follow
Apr 17
🔥 Kadane's Algorithm — The Power of Maximum Subarrays
#
dsa
#
leetcode
#
algorithms
#
interview
Comments
Add Comment
1 min read
The Power of Graphs: From Social Network Analysis to Disease Tracking
Ritu Gupta
Ritu Gupta
Ritu Gupta
Follow
Apr 5
The Power of Graphs: From Social Network Analysis to Disease Tracking
#
blogarithm
#
graphdsa
#
dsa
#
algorithms
Comments
Add Comment
7 min read
DSA with Python - Why? Pros, Pitfalls & Best Practices. Frequently updated.
Neetigya Chahar
Neetigya Chahar
Neetigya Chahar
Follow
Apr 12
DSA with Python - Why? Pros, Pitfalls & Best Practices. Frequently updated.
#
python
#
dsa
2
reactions
Comments
Add Comment
5 min read
Mastering Recursion: Think Like a Recursive Ninja! 🥷
YASH SAWARKAR
YASH SAWARKAR
YASH SAWARKAR
Follow
Mar 9
Mastering Recursion: Think Like a Recursive Ninja! 🥷
#
recursion
#
dsa
#
softwaredevelopment
#
dsapatterns
Comments
Add Comment
4 min read
Part 3: Stacks and Queues – Core Concepts and Python Implementations
Nitinn S Kulkarni
Nitinn S Kulkarni
Nitinn S Kulkarni
Follow
Apr 1
Part 3: Stacks and Queues – Core Concepts and Python Implementations
#
python
#
dsa
#
learning
#
interview
Comments
Add Comment
3 min read
Part 2: Arrays, Lists, and Strings – Patterns, Tricks, and Pitfalls in Python
Nitinn S Kulkarni
Nitinn S Kulkarni
Nitinn S Kulkarni
Follow
Apr 1
Part 2: Arrays, Lists, and Strings – Patterns, Tricks, and Pitfalls in Python
#
python
#
learning
#
dsa
#
interview
Comments
Add Comment
3 min read
🚀 Complete Guide to Mastering Data Structures and Algorithms (DSA) – From Beginner to Pro
Anil Nayak
Anil Nayak
Anil Nayak
Follow
Apr 7
🚀 Complete Guide to Mastering Data Structures and Algorithms (DSA) – From Beginner to Pro
#
webdev
#
dsa
#
programming
#
coding
1
reaction
Comments
Add Comment
3 min read
Complete DSA Guide for Beginners
King coder
King coder
King coder
Follow
for
VisuaLab Studio's
Apr 6
Complete DSA Guide for Beginners
#
programming
#
dsa
#
javascript
#
beginners
Comments
Add Comment
1 min read
Part 5: Recursion and Backtracking – Solving Complex Problems Elegantly in Python
Nitinn S Kulkarni
Nitinn S Kulkarni
Nitinn S Kulkarni
Follow
Apr 4
Part 5: Recursion and Backtracking – Solving Complex Problems Elegantly in Python
#
python
#
dsa
#
interview
#
programming
1
reaction
Comments
Add Comment
3 min read
Can somebody help to build i
Aakib Javed
Aakib Javed
Aakib Javed
Follow
Feb 26
Can somebody help to build i
#
webdev
#
javascript
#
react
#
dsa
Comments
Add Comment
1 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account