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.
The Hardest Thing in Programming

The Hardest Thing in Programming

14
Comments 1
3 min read
Finding Max in a Stack

Finding Max in a Stack

52
Comments 24
4 min read
On the Nature and Limits of Computational Complexity

On the Nature and Limits of Computational Complexity

8
Comments
10 min read
Towards Operational Excellence — Part 3

Towards Operational Excellence — Part 3

7
Comments
11 min read
Towards Operational Excellence — Part 2

Towards Operational Excellence — Part 2

7
Comments
11 min read
Dark Lang: an uncommon step towards the future of programming

Dark Lang: an uncommon step towards the future of programming

17
Comments
5 min read
You Need to Learn Proof By Induction

You Need to Learn Proof By Induction

20
Comments 1
4 min read
Base CS: Depth First Search Writing 14:40

Base CS: Depth First Search Writing

98
Comments 3
1 min read
7 Effective Steps to Cracking the Code Interview

7 Effective Steps to Cracking the Code Interview

343
Comments 7
9 min read
Machine Learning - Max & Average Pooling

Machine Learning - Max & Average Pooling

10
Comments
3 min read
Power Up Your Programming With This Simple Equation

Power Up Your Programming With This Simple Equation

100
Comments 9
4 min read
Machine Learning - Convolutional Neural Networks ( CNN )

Machine Learning - Convolutional Neural Networks ( CNN )

17
Comments
4 min read
Beginner's Guide to Big O Notation

Beginner's Guide to Big O Notation

14
Comments 1
5 min read
SQLite in production with WAL 🔥

SQLite in production with WAL 🔥

22
Comments 2
3 min read
In-Browser object detection using YOLO and TensorFlow.js

In-Browser object detection using YOLO and TensorFlow.js

13
Comments
5 min read
Functional programming in Javascript

Functional programming in Javascript

210
Comments 5
11 min read
What is O(log n)? Learn Big O Logarithmic Time Complexity

What is O(log n)? Learn Big O Logarithmic Time Complexity

453
Comments 11
7 min read
Stackoverflow Survey Thoughts

Stackoverflow Survey Thoughts

34
Comments 5
3 min read
BaseCS: Tree Traversal 06:18

BaseCS: Tree Traversal

120
Comments 4
1 min read
Stack Data Structure in Javascript

Stack Data Structure in Javascript

118
Comments 6
2 min read
Trivia#5: The first word sent over the internet

Trivia#5: The first word sent over the internet

13
Comments
1 min read
Building Conclave: a decentralized, real time, collaborative text editor

Building Conclave: a decentralized, real time, collaborative text editor

116
Comments 4
13 min read
Queue Data Structure in Javascript

Queue Data Structure in Javascript

74
Comments 6
2 min read
Binary Search Tree: Insert, Find, and Validate

Binary Search Tree: Insert, Find, and Validate

10
Comments 1
1 min read
Tree: Breadth-first and Depth-first

Tree: Breadth-first and Depth-first

8
Comments
2 min read
Sharing my last experience doing interviews

Sharing my last experience doing interviews

13
Comments 2
3 min read
12+ ways to Fibonacci

12+ ways to Fibonacci

4
Comments 2
2 min read
Brief Intro to Big O

Brief Intro to Big O

28
Comments
4 min read
“Multithreaded Python: slithering through an I/O bottleneck”

“Multithreaded Python: slithering through an I/O bottleneck”

57
Comments 3
5 min read
February of Fortran

February of Fortran

12
Comments
2 min read
Do you work at a startup ?

Do you work at a startup ?

38
Comments 40
1 min read
Trivia #4: Who invented copy+paste?

Trivia #4: Who invented copy+paste?

15
Comments 1
2 min read
Six Data Structures To Help You Ace Your Technical Interview

Six Data Structures To Help You Ace Your Technical Interview

916
Comments 43
4 min read
4 examples in Python to understand algorithmic complexity and Big O Notation

4 examples in Python to understand algorithmic complexity and Big O Notation

8
Comments
5 min read
Finite State Machine - How vending machines know you're actually a good guy that pays the right amount

Finite State Machine - How vending machines know you're actually a good guy that pays the right amount

8
Comments
2 min read
The Beauty of Recursion

The Beauty of Recursion

9
Comments
2 min read
Code Smell: Abstractions?

Code Smell: Abstractions?

6
Comments 1
5 min read
Finding Articulation Points & Bridges in Undirected Graphs

Finding Articulation Points & Bridges in Undirected Graphs

15
Comments
3 min read
Code Craftsmanship - Anticipating Change

Code Craftsmanship - Anticipating Change

5
Comments
3 min read
BaseCS: Making Sense of the Rainbow 10:03

BaseCS: Making Sense of the Rainbow

70
Comments 2
1 min read
Python Machine Learning Libraries

Python Machine Learning Libraries

5
Comments
1 min read
Playfair Cipher using HTML, CSS, JS

Playfair Cipher using HTML, CSS, JS

4
Comments
1 min read
Ricardian Contracts vs. Smart Contracts [0] 🔗

Ricardian Contracts vs. Smart Contracts [0] 🔗

5
Comments
2 min read
Reading Snippets [48 => Blockcain] 🔗

Reading Snippets [48 => Blockcain] 🔗

4
Comments
1 min read
Prime Numbers: Fast and Slow - part 1

Prime Numbers: Fast and Slow - part 1

9
Comments
3 min read
All About Time Zones

All About Time Zones

6
Comments
2 min read
Number of Islands - Union Find Solution

Number of Islands - Union Find Solution

6
Comments 1
2 min read
Topological Sorting of Directed Acyclic Graphs (DAGs)

Topological Sorting of Directed Acyclic Graphs (DAGs)

12
Comments
3 min read
Lord of the...runtimes?

Lord of the...runtimes?

10
Comments 1
3 min read
Developer Wisdom

Developer Wisdom

9
Comments
1 min read
Time Complexities Of Python Data Structures

Time Complexities Of Python Data Structures

20
Comments 2
4 min read
Premature Optimization

Premature Optimization

6
Comments
5 min read
🚀 Visualizing memory management in Golang

🚀 Visualizing memory management in Golang

83
Comments 2
11 min read
Red assembly, blue assembly, strong assembly, weak assembly

Red assembly, blue assembly, strong assembly, weak assembly

16
Comments
3 min read
Trivia #3: What is the history of "hello world"?

Trivia #3: What is the history of "hello world"?

53
Comments 4
7 min read
Working with Expression Trees in C#

Working with Expression Trees in C#

21
Comments 3
30 min read
Array Is Not A Linear Data Structure

Array Is Not A Linear Data Structure

5
Comments 4
3 min read
Client-Side vs. Server-Side Programming

Client-Side vs. Server-Side Programming

9
Comments 1
2 min read
Finding Shortest Paths In Graphs (using Dijkstra's & BFS)

Finding Shortest Paths In Graphs (using Dijkstra's & BFS)

33
Comments 1
6 min read
Computational Offloading in Mobile Cloud Computing

Computational Offloading in Mobile Cloud Computing

6
Comments
4 min read
loading...