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.
Fast priority queues in Golang: Hierarchical Queue

Fast priority queues in Golang: Hierarchical Queue

45
Comments 2
4 min read
How can you swap two variables without using a third?

How can you swap two variables without using a third?

169
Comments 131
1 min read
Intro to Big O Notation 👀

Intro to Big O Notation 👀

133
Comments 13
2 min read
How to Improve Your Debugging Skills

How to Improve Your Debugging Skills

134
Comments 1
4 min read
I am a Researcher in Computer Science, Ask Me Anything!

I am a Researcher in Computer Science, Ask Me Anything!

13
Comments 12
1 min read
I Hate Whiteboard Interviews

I Hate Whiteboard Interviews

15
Comments 4
3 min read
Implementing the Stack Data Structure in Javascript 06:19

Implementing the Stack Data Structure in Javascript

53
Comments 5
1 min read
Implementing the Queue Data Structure in Javascript 15:14

Implementing the Queue Data Structure in Javascript

45
Comments
1 min read
Delaying Decisions Until the Last Possible Moment

Delaying Decisions Until the Last Possible Moment

34
Comments 7
4 min read
Computer science

Computer science

30
Comments 10
1 min read
Understanding: Program Stack and Recursion

Understanding: Program Stack and Recursion

18
Comments
5 min read
Why JavaScript is an OOP Language (Even Though It Doesn't Have Classes)

Why JavaScript is an OOP Language (Even Though It Doesn't Have Classes)

54
Comments 9
1 min read
Building a stack-based virtual machine, part 7 - conditionals

Building a stack-based virtual machine, part 7 - conditionals

10
Comments 1
3 min read
Stacks n Queues

Stacks n Queues

33
Comments
4 min read
Binary and Hexadecimal: Part 2 - Conversions

Binary and Hexadecimal: Part 2 - Conversions

45
Comments 2
8 min read
We don't need a ternary operator

We don't need a ternary operator

102
Comments 60
5 min read
Intro to Linked Lists in JS

Intro to Linked Lists in JS

77
Comments
6 min read
Binary and Hexadecimal: Part 1

Binary and Hexadecimal: Part 1

69
Comments 2
6 min read
Building a stack-based virtual machine, part 6 - function calls

Building a stack-based virtual machine, part 6 - function calls

16
Comments
4 min read
Building a stack-based virtual machine, part 5 - the machine

Building a stack-based virtual machine, part 5 - the machine

15
Comments 2
3 min read
How 2 TypeScript: Get the last item type from a tuple of types

How 2 TypeScript: Get the last item type from a tuple of types

50
Comments 9
4 min read
Building a stack-based virtual machine, part 4 - code

Building a stack-based virtual machine, part 4 - code

14
Comments
4 min read
Building a stack-based virtual machine, part 3 - instructions

Building a stack-based virtual machine, part 3 - instructions

11
Comments
3 min read
Building a stack-based virtual machine

Building a stack-based virtual machine

32
Comments
3 min read
Building a stack-based virtual machine, part 2 - the stack

Building a stack-based virtual machine, part 2 - the stack

18
Comments
2 min read
loading...