DEV Community

# dsa

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Resolvendo o "Rotting Oranges"

Resolvendo o "Rotting Oranges"

29
Comments 2
5 min read
Day 3 of 100 days of code challenge!

Day 3 of 100 days of code challenge!

Comments
1 min read
Day 2 of 100 days of code challenge

Day 2 of 100 days of code challenge

Comments
1 min read
100 days of code challenge

100 days of code challenge

Comments
1 min read
Understanding the Josephus Problem: A Comprehensive Guide

Understanding the Josephus Problem: A Comprehensive Guide

6
Comments
8 min read
Recursion 遞迴

Recursion 遞迴

Comments
3 min read
Subsets and Backtracking, Coding Interview Pattern

Subsets and Backtracking, Coding Interview Pattern

1
Comments
3 min read
Cells with Odd Values in a Matrix(LeetCode-easy)

Cells with Odd Values in a Matrix(LeetCode-easy)

Comments
1 min read
Understanding Dijkstra's Algorithm: A Step-by-Step Guide 🚀

Understanding Dijkstra's Algorithm: A Step-by-Step Guide 🚀

14
Comments 2
6 min read
Dynamic Programming, Coding Interview Pattern

Dynamic Programming, Coding Interview Pattern

Comments
4 min read
Dynamic Programming, Design and Analysis of Algorithms

Dynamic Programming, Design and Analysis of Algorithms

Comments
17 min read
Unveiling the Power of DSA: A Comprehensive Guide to Data Structures and Algorithms

Unveiling the Power of DSA: A Comprehensive Guide to Data Structures and Algorithms

1
Comments 2
5 min read
Finding the duplicate number in constant space (Python)

Finding the duplicate number in constant space (Python)

Comments
8 min read
Day 3: Introduction to Arrays 📋

Day 3: Introduction to Arrays 📋

2
Comments
3 min read
242. Valid Anagram

242. Valid Anagram

Comments
2 min read
DFS Traversal Guide: Easy way to remember DFS Traversel Path

DFS Traversal Guide: Easy way to remember DFS Traversel Path

1
Comments
3 min read
Embarking on My Tech Learning Journey

Embarking on My Tech Learning Journey

1
Comments
3 min read
Day 1: Introduction to Data Structures and Algorithms (DSA)🚀

Day 1: Introduction to Data Structures and Algorithms (DSA)🚀

4
Comments 12
3 min read
Day 2: Understanding Big O Notation 📊

Day 2: Understanding Big O Notation 📊

2
Comments
3 min read
Day 1: Introduction to Data Structures and Algorithms (DSA)🚀

Day 1: Introduction to Data Structures and Algorithms (DSA)🚀

Comments
3 min read
[Sparta Coding Club] DSA - Reflections - Today I learned

[Sparta Coding Club] DSA - Reflections - Today I learned

Comments
2 min read
Python phase 3 moringa revamp

Python phase 3 moringa revamp

Comments
3 min read
Learn the Linked List Data Structure by Building a Blockchain in JavaScript

Learn the Linked List Data Structure by Building a Blockchain in JavaScript

Comments
7 min read
Print Digits of a number Beginners Coding Problem [Day-01]

Print Digits of a number Beginners Coding Problem [Day-01]

Comments
2 min read
Data Structures and Algorithms: Depth First Search

Data Structures and Algorithms: Depth First Search

1
Comments
4 min read
Graphs, Data Structures

Graphs, Data Structures

Comments
9 min read
Introduction to Trees and Binary Tree, Data Structures: (Trees, Part I)

Introduction to Trees and Binary Tree, Data Structures: (Trees, Part I)

1
Comments
9 min read
BST (Binary Search Tree) and AVL Tree, Data Structures: (Trees, Part II)

BST (Binary Search Tree) and AVL Tree, Data Structures: (Trees, Part II)

Comments
11 min read
Queues, Data Structures

Queues, Data Structures

5
Comments
16 min read
Stacks, Data Structures

Stacks, Data Structures

2
Comments
10 min read
Linked List, Data Structures

Linked List, Data Structures

Comments
10 min read
Understanding Nodes in Java: The Building Blocks of Data Structures

Understanding Nodes in Java: The Building Blocks of Data Structures

10
Comments
3 min read
Pseudocode: Everything you need to know

Pseudocode: Everything you need to know

3
Comments
2 min read
Data Structures and Algorithms: Breadth First Search

Data Structures and Algorithms: Breadth First Search

1
Comments
2 min read
Introduction to Data Structures and Arrays

Introduction to Data Structures and Arrays

Comments
12 min read
The Ultimate Roadmap to Mastering Data Structures

The Ultimate Roadmap to Mastering Data Structures

5
Comments
3 min read
Why do you need to learn and understand Algorithms?

Why do you need to learn and understand Algorithms?

Comments
2 min read
How to get your coding journey started?

How to get your coding journey started?

3
Comments
3 min read
Balanced Trees - The Experience

Balanced Trees - The Experience

Comments
6 min read
Fisher Yates - How the popular shuffling Algorithm Works - Under the hood series

Fisher Yates - How the popular shuffling Algorithm Works - Under the hood series

4
Comments 2
5 min read
Two sum problem solution in easy way [Day-03]

Two sum problem solution in easy way [Day-03]

Comments
2 min read
🐔Primitive Data Structure

🐔Primitive Data Structure

Comments
1 min read
DSA vs. Development, Confused?

DSA vs. Development, Confused?

11
Comments
2 min read
217. Contains Duplicate

217. Contains Duplicate

Comments
4 min read
10 Best Websites for practicing Data Structures and Algorithms (DSA):

10 Best Websites for practicing Data Structures and Algorithms (DSA):

3
Comments
2 min read
Create a linked list in Rust: The RC smart pointer

Create a linked list in Rust: The RC smart pointer

Comments
1 min read
Solving DSA Problems. Eolymp 6254: Timebomb

Solving DSA Problems. Eolymp 6254: Timebomb

Comments
4 min read
Merge Intervals : A unique Graph-based approach

Merge Intervals : A unique Graph-based approach

Comments
2 min read
Contest Notifier - Browser Extension

Contest Notifier - Browser Extension

7
Comments 1
1 min read
Leetcode: Reveal Cards In Increasing Order

Leetcode: Reveal Cards In Increasing Order

2
Comments
3 min read
Day 9 of #100DaysOfCode | 31-03-2024

Day 9 of #100DaysOfCode | 31-03-2024

Comments
1 min read
Flipping an Image(leetcode)

Flipping an Image(leetcode)

Comments
1 min read
Day 6 of #100DaysOfCode | 28-03-2024

Day 6 of #100DaysOfCode | 28-03-2024

1
Comments
4 min read
Data Structures and Algorithms: Quick Sort

Data Structures and Algorithms: Quick Sort

Comments
3 min read
Solving DSA Problems. LeetCode 142: Linked List Cycle II

Solving DSA Problems. LeetCode 142: Linked List Cycle II

Comments
4 min read
Getting More About Linked List Data Structure

Getting More About Linked List Data Structure

1
Comments
3 min read
Beginner's Guide to "Introduction to Algorithms"

Beginner's Guide to "Introduction to Algorithms"

Comments
2 min read
1732. Find the Highest Altitude

1732. Find the Highest Altitude

Comments
1 min read
Memory

Memory

1
Comments
11 min read
Insertion and Deletion on Linked List

Insertion and Deletion on Linked List

Comments
2 min read
loading...