DEV Community

Algorithms

Heap, Binary Tree, Data Structure it doesn't matter. This tag should be used for anything Algorithm & Data Structure focused.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
LeetCode 977. Squares of a Sorted Array

LeetCode 977. Squares of a Sorted Array

5
Comments
1 min read
Algorithms Every Developer Should Know - Binary Search

Algorithms Every Developer Should Know - Binary Search

10
Comments
4 min read
JS String Encryption Algorithm

JS String Encryption Algorithm

10
Comments
6 min read
Find Duplicates in an Array

Find Duplicates in an Array

38
Comments 16
4 min read
ArrayList In Java.

ArrayList In Java.

5
Comments 2
3 min read
Unfurling a Matrix in JS

Unfurling a Matrix in JS

6
Comments
4 min read
Making Change With Dynamic Programming 💰

Making Change With Dynamic Programming 💰

7
Comments
6 min read
Solution to algorithms exercise

Solution to algorithms exercise

5
Comments
2 min read
Cryptography Introduction: Block Ciphers

Cryptography Introduction: Block Ciphers

15
Comments
12 min read
Today I Learned: Remove Kth Node from the End of a Single Linked List

Today I Learned: Remove Kth Node from the End of a Single Linked List

6
Comments
1 min read
Two Ways to Rotate an Array in JavaScript

Two Ways to Rotate an Array in JavaScript

84
Comments 7
4 min read
#009 DS&A - Hashing

#009 DS&A - Hashing

7
Comments
5 min read
How to Implement Simulated Annealing Algorithm in Python

How to Implement Simulated Annealing Algorithm in Python

9
Comments
3 min read
Group Anagrams Python Solution

Group Anagrams Python Solution

6
Comments
2 min read
Learning Heaps in Javascript

Learning Heaps in Javascript

6
Comments
3 min read
Finding Nth Fibonacci number in constant time.

Finding Nth Fibonacci number in constant time.

4
Comments
1 min read
Javascript Searching Algorithms

Javascript Searching Algorithms

68
Comments 1
8 min read
Algorithms exercise: “find removed sequence item” and more

Algorithms exercise: “find removed sequence item” and more

1
Comments
1 min read
Finished Stanford Algorithms Course. Here is what to expect from this Masterpiece.

Finished Stanford Algorithms Course. Here is what to expect from this Masterpiece.

18
Comments 1
4 min read
How To Solve Algorithm And Data Structure Problems [Tips]

How To Solve Algorithm And Data Structure Problems [Tips]

23
Comments
4 min read
Three Number Sum (2 Pointer) in Python

Three Number Sum (2 Pointer) in Python

7
Comments 1
1 min read
What is TLS? Transport Layer Security encryption explained in plain english

What is TLS? Transport Layer Security encryption explained in plain english

83
Comments 3
5 min read
Solving Number Of Islands Using A Depth-First Search 🏝️

Solving Number Of Islands Using A Depth-First Search 🏝️

6
Comments
4 min read
Sudoku Solver – Backtracking & deduction

Sudoku Solver – Backtracking & deduction

5
Comments
1 min read
The big STL Algorithms tutorial: modifying sequence operations - how to get distinct elements

The big STL Algorithms tutorial: modifying sequence operations - how to get distinct elements

8
Comments
5 min read
loading...