Forem

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.
Bitmasks: A very esoteric (and impractical) way of managing booleans
Cover image for Bitmasks: A very esoteric (and impractical) way of managing booleans

Bitmasks: A very esoteric (and impractical) way of managing booleans

65
Comments 33
10 min read
What is a Decision Tree in Machine Learning?

What is a Decision Tree in Machine Learning?

11
Comments
12 min read
A Simple HTTP/HTTPS Proxy in Node Js

A Simple HTTP/HTTPS Proxy in Node Js

16
Comments
4 min read
Recap of Data Structures with Javascript Part 1

Recap of Data Structures with Javascript Part 1

40
Comments 5
8 min read
Java is too old, What should you learn in 2018?
Cover image for Java is too old, What should you learn in 2018?

Java is too old, What should you learn in 2018?

74
Comments 27
1 min read
Learning how to learn: CS Edition

Learning how to learn: CS Edition

120
Comments 6
6 min read
Developing Style: Big O, Sorting
Cover image for Developing Style: Big O, Sorting

Developing Style: Big O, Sorting

10
Comments
19 min read
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?
Cover image for 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 👀
Cover image for Intro to  Big O Notation 👀

Intro to Big O Notation 👀

133
Comments 13
2 min read
How to Improve Your Debugging Skills
Cover image for 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
Implementing the Stack Data Structure in Javascript 06:19

Implementing the Stack Data Structure in Javascript

53
Comments 5
1 min read
I Hate Whiteboard Interviews

I Hate Whiteboard Interviews

15
Comments 4
3 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
Cover image for 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
Cover image for 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
Cover image for Binary and Hexadecimal: Part 1

Binary and Hexadecimal: Part 1

69
Comments 2
6 min read
loading...