DEV Community

# dsa

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Linear & Binary Search in DSA

Linear & Binary Search in DSA

Comments
2 min read
Day 3: Wrote an Article on Computer Networking

Day 3: Wrote an Article on Computer Networking

5
Comments
1 min read
How to solve any dynamic programming question?

How to solve any dynamic programming question?

1
Comments
3 min read
Bubble Sort...in PURE CSS? [No JS] đŸ˜±

Bubble Sort...in PURE CSS? [No JS] đŸ˜±

125
Comments 24
4 min read
Dev vs. DSA: The Epic Showdown 🚀

Dev vs. DSA: The Epic Showdown 🚀

Comments
2 min read
Understanding Dynamic Programming in Algorithms

Understanding Dynamic Programming in Algorithms

Comments
5 min read
Divide and Conquer 101

Divide and Conquer 101

2
Comments
7 min read
Double Life of Python List.

Double Life of Python List.

3
Comments
3 min read
IIT Mandi StudentsđŸ§‘â€đŸ’»: Let's Fortify Our OpenSource Armour, Together! đŸ”„đŸ’Ș

IIT Mandi StudentsđŸ§‘â€đŸ’»: Let's Fortify Our OpenSource Armour, Together! đŸ”„đŸ’Ș

8
Comments 2
3 min read
Inverting the Binary Magic: Making Sense of LeetCode 226

Inverting the Binary Magic: Making Sense of LeetCode 226

5
Comments
3 min read
Cracking the Code: Counting All Valid Pickup and Delivery Options

Cracking the Code: Counting All Valid Pickup and Delivery Options

5
Comments
3 min read
Unlocking the Mystery of LeetCode 2612: Minimum Reverse Operations (Hard)

Unlocking the Mystery of LeetCode 2612: Minimum Reverse Operations (Hard)

5
Comments
2 min read
Cracking the Code: Finding the Duplicate Number in LeetCode 287

Cracking the Code: Finding the Duplicate Number in LeetCode 287

5
Comments
3 min read
How can I optimize my code for efficiency?

How can I optimize my code for efficiency?

1
Comments
3 min read
Data Structure & Algorithms

Data Structure & Algorithms

1
Comments
3 min read
Greedy Algorithms and Optimization Problems

Greedy Algorithms and Optimization Problems

Comments
6 min read
Java - Finding Your Node's Place with `get(index)`! đŸ’â€â™‚ïž

Java - Finding Your Node's Place with `get(index)`! đŸ’â€â™‚ïž

Comments
1 min read
Java - 📏 Measuring Up `size()`- Doubly Linked List 📖

Java - 📏 Measuring Up `size()`- Doubly Linked List 📖

Comments
1 min read
Java - Understanding the Singly Linked List: Counting Nodes with size()

Java - Understanding the Singly Linked List: Counting Nodes with size()

Comments
1 min read
Implementing a Queue Data Structure using Two Stacks in JavaScript :rocket:

Implementing a Queue Data Structure using Two Stacks in JavaScript :rocket:

2
Comments 1
4 min read
Big O Notation

Big O Notation

1
Comments
6 min read
Important subjects for placement preparation with free materials

Important subjects for placement preparation with free materials

2
Comments
2 min read
How to maintain GitHub while learning DSA

How to maintain GitHub while learning DSA

1
Comments
2 min read
Linear Search: A Guide To DSA (2)

Linear Search: A Guide To DSA (2)

5
Comments
3 min read
Ma'lumotlar tuzilmalari va algoritmlarni nega o'rganish kerak? Axir, ularni ishda ishlatmaymanku đŸ€·â€â™‚ïž

Ma'lumotlar tuzilmalari va algoritmlarni nega o'rganish kerak? Axir, ularni ishda ishlatmaymanku đŸ€·â€â™‚ïž

1
Comments 1
6 min read
Do anything with Arrays

Do anything with Arrays

1
Comments
2 min read
Matrix Chain Multiplication Algorithm: Recursive vs. Dynamic Approach

Matrix Chain Multiplication Algorithm: Recursive vs. Dynamic Approach

Comments
3 min read
Top 3 Patterns to Master JavaScript Problem-Solving

Top 3 Patterns to Master JavaScript Problem-Solving

2
Comments
3 min read
DSA(Array): Find the maximum and minimum element in an array

DSA(Array): Find the maximum and minimum element in an array

Comments
2 min read
How to Implement a Stack in Python

How to Implement a Stack in Python

Comments
5 min read
Monotonic Stack

Monotonic Stack

Comments 1
5 min read
Demystifying Hash Tables: Understanding the Inner Workings of This Key Data Structure

Demystifying Hash Tables: Understanding the Inner Workings of This Key Data Structure

Comments
3 min read
A Beginner's Guide to Radix Sort: Step-by-Step Guide and Python Code

A Beginner's Guide to Radix Sort: Step-by-Step Guide and Python Code

5
Comments
3 min read
Binary Tree Basics and Different Views

Binary Tree Basics and Different Views

1
Comments
4 min read
Must do pattern questions :Part-2 [ Javascript]

Must do pattern questions :Part-2 [ Javascript]

24
Comments 4
2 min read
Delete an element in array

Delete an element in array

5
Comments
1 min read
Built-in Dictionary vs Defaultdict

Built-in Dictionary vs Defaultdict

1
Comments 1
3 min read
Searching - DSA | Part 3 |

Searching - DSA | Part 3 |

8
Comments
2 min read
Node-based Data Structure

Node-based Data Structure

1
Comments
2 min read
What is Algorithmic Efficiency?: An Introduction to Asymptotic Analysis.

What is Algorithmic Efficiency?: An Introduction to Asymptotic Analysis.

Comments
5 min read
Day 2 - Creating Your First Program

Day 2 - Creating Your First Program

1
Comments
11 min read
Ace the Basics of Arrays: A Step-By-Step Guide

Ace the Basics of Arrays: A Step-By-Step Guide

Comments
5 min read
Day 1 - Programming Fundamental

Day 1 - Programming Fundamental

Comments
2 min read
Sorting the Data: A Whirl Wind Tour of Algorithms đŸ”đŸ’»đŸ”ŒđŸ”œđŸ•°ïž

Sorting the Data: A Whirl Wind Tour of Algorithms đŸ”đŸ’»đŸ”ŒđŸ”œđŸ•°ïž

2
Comments
9 min read
(Solution) Know Basic Maths - Strivers A2Z DSA Course/Sheet

(Solution) Know Basic Maths - Strivers A2Z DSA Course/Sheet

1
Comments
1 min read
Introduction to C++

Introduction to C++

5
Comments
2 min read
Queue Data Structure and Implementation in Python

Queue Data Structure and Implementation in Python

1
Comments
5 min read
Priority Queue in C++

Priority Queue in C++

2
Comments
3 min read
DSA by Mitul in C++, Python, and Java : Bubble sort

DSA by Mitul in C++, Python, and Java : Bubble sort

2
Comments
2 min read
DSA by Mitul in C++, Python, and Java : Selection Sort

DSA by Mitul in C++, Python, and Java : Selection Sort

1
Comments
2 min read
All Important Data Structures & Algorithms for Coding Interview

All Important Data Structures & Algorithms for Coding Interview

92
Comments 5
3 min read
Majority Element (Leetcode)

Majority Element (Leetcode)

Comments
3 min read
Square Root of A Non-Negative Integer (Leetcode)

Square Root of A Non-Negative Integer (Leetcode)

2
Comments
2 min read
Median in a row-wise sorted Matrix

Median in a row-wise sorted Matrix

3
Comments
2 min read
Day-18 of Machine Learning:

Day-18 of Machine Learning:

3
Comments
1 min read
Spiral Matrix

Spiral Matrix

2
Comments
2 min read
DSA by Mitul in C++, Python, and Java : Sorting Algorithms

DSA by Mitul in C++, Python, and Java : Sorting Algorithms

2
Comments
3 min read
Big O Notation: Time and Space Complexity

Big O Notation: Time and Space Complexity

50
Comments 2
4 min read
Data Structures

Data Structures

1
Comments
5 min read
Algorithms and Data Structures - P - 1.0

Algorithms and Data Structures - P - 1.0

5
Comments
2 min read
loading...