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.
Big O notation

Big O notation

6
Comments
10 min read
How can playing chess ♞ evolve your coding skills? 💥🐱‍💻

How can playing chess ♞ evolve your coding skills? 💥🐱‍💻

65
Comments 2
2 min read
Learn how binary encoding works (it's more fun and useful than you think)

Learn how binary encoding works (it's more fun and useful than you think)

2
Comments
14 min read
An Introduction to Cybersecurity, Capture the Flag Contests, and Basic Security Concepts

An Introduction to Cybersecurity, Capture the Flag Contests, and Basic Security Concepts

57
Comments 1
7 min read
What is Clean Code? How to Write - 2020

What is Clean Code? How to Write - 2020

2
Comments
1 min read
Curb your data with Huffman coding

Curb your data with Huffman coding

6
Comments
4 min read
Need a Break from Google? Here are a few Google Alternatives!

Need a Break from Google? Here are a few Google Alternatives!

21
Comments 1
4 min read
Data Structures and Complexity Part 3: linear Data Structures Stacks and Queues.

Data Structures and Complexity Part 3: linear Data Structures Stacks and Queues.

6
Comments
5 min read
Equality by Value vs Equality by Identity

Equality by Value vs Equality by Identity

12
Comments
1 min read
What determines the truthiness of an object in Python?

What determines the truthiness of an object in Python?

9
Comments 4
1 min read
JavaScriptmas 2020 with Scrimba

JavaScriptmas 2020 with Scrimba

8
Comments 1
3 min read
Future Game — Freed.

Future Game — Freed.

7
Comments
4 min read
What is duck typing?

What is duck typing?

16
Comments 3
1 min read
Python is strongly, dynamically typed. What does that mean?

Python is strongly, dynamically typed. What does that mean?

19
Comments 2
1 min read
What are race conditions?

What are race conditions?

9
Comments 2
1 min read
Why I use a static type checker for Python code

Why I use a static type checker for Python code

8
Comments
1 min read
5 Best Coding Challenge Websites For Beginners

5 Best Coding Challenge Websites For Beginners

6
Comments
2 min read
Just another "Hello World!"

Just another "Hello World!"

6
Comments
1 min read
twoSum

twoSum

6
Comments
3 min read
How to concatenate strings in C: a five minute guide

How to concatenate strings in C: a five minute guide

13
Comments 1
5 min read
(Binary) Christmas Trees! Learn the Three Simplest Tree Traversals in Python

(Binary) Christmas Trees! Learn the Three Simplest Tree Traversals in Python

8
Comments
5 min read
Problem Solving Patterns for Technical Interviews: the Frequency Counter Pattern Explained

Problem Solving Patterns for Technical Interviews: the Frequency Counter Pattern Explained

10
Comments
7 min read
Building vs. Buying a Product Information Manager: Part 1 - Product Variation

Building vs. Buying a Product Information Manager: Part 1 - Product Variation

4
Comments
8 min read
Separation of Concerns The Simple Way

Separation of Concerns The Simple Way

35
Comments 2
6 min read
Rate limiting using the Token Bucket algorithm

Rate limiting using the Token Bucket algorithm

93
Comments 7
4 min read
loading...