DEV Community

Computer Science 🤓

This tag is for sharing and asking questions about anything related to computer science, including data structures, algorithms, research, and white papers! 🤓

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Bubbling Up With Bubble Sorts

Bubbling Up With Bubble Sorts

16
Comments 4
14 min read
Exponentially Easy Selection Sort

Exponentially Easy Selection Sort

23
Comments 7
13 min read
Weird, Tricky Python

Weird, Tricky Python

2
Comments
1 min read
The Bottom-Up Approach to Learning Computing

The Bottom-Up Approach to Learning Computing

11
Comments 6
4 min read
Edsger Dijkstra and the TSA school of software correctness

Edsger Dijkstra and the TSA school of software correctness

2
Comments
3 min read
Sorting Out The Basics Behind Sorting Algorithms

Sorting Out The Basics Behind Sorting Algorithms

63
Comments 9
12 min read
Set Theory: the Method To Database Madness

Set Theory: the Method To Database Madness

8
Comments 14
11 min read
Can you be a good programmer without knowing Math?

Can you be a good programmer without knowing Math?

7
Comments
6 min read
Hashing Out Hash Functions

Hashing Out Hash Functions

22
Comments 2
11 min read
Destructuring of Objects

Destructuring of Objects

2
Comments
2 min read
Destructuring of Array

Destructuring of Array

5
Comments 2
1 min read
Union-find (Disjoint-set)

Union-find (Disjoint-set)

5
Comments
3 min read
Taking Hash Tables Off The Shelf

Taking Hash Tables Off The Shelf

49
Comments 7
11 min read
[Detrimental] Mindset

[Detrimental] Mindset

23
Comments 1
3 min read
How i built a COVID-19 News Restful API

How i built a COVID-19 News Restful API

7
Comments 2
3 min read
Learn Recursion From Zero to One

Learn Recursion From Zero to One

5
Comments
7 min read
Extending An Iterator

Extending An Iterator

9
Comments
1 min read
Need to Make a Simple List? Try Backbone!

Need to Make a Simple List? Try Backbone!

9
Comments
3 min read
What is most challenging about learning and understanding Big O notation?

What is most challenging about learning and understanding Big O notation?

9
Comments 1
1 min read
Why Programming?

Why Programming?

9
Comments 9
5 min read
Breaking Down Breadth-First Search

Breaking Down Breadth-First Search

11
Comments 1
11 min read
Separate them concerns

Separate them concerns

10
Comments
3 min read
Demystifying Depth-First Search

Demystifying Depth-First Search

11
Comments 2
12 min read
A Gentle Introduction To Graph Theory

A Gentle Introduction To Graph Theory

198
Comments 21
1 min read
Code Smell: Array Data Clumps

Code Smell: Array Data Clumps

7
Comments
3 min read
loading...