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.
Letter Grade Converter Function

Letter Grade Converter Function

4
Comments
1 min read
Reasons to learn Computer Networking as a Software Engineer

Reasons to learn Computer Networking as a Software Engineer

5
Comments
2 min read
11 Youtube Python Courses

11 Youtube Python Courses

36
Comments 4
1 min read
5 Things I Wish I knew When Starting My Computer Science Degree

5 Things I Wish I knew When Starting My Computer Science Degree

2
Comments
4 min read
Design Patterns: Composite

Design Patterns: Composite

11
Comments
4 min read
How About Your 100 daysOfCode?

How About Your 100 daysOfCode?

12
Comments 9
1 min read
How do you calculate 3^3^3^3? (What algo / struct?)

How do you calculate 3^3^3^3? (What algo / struct?)

4
Comments 3
1 min read
Java indexOf() Method

Java indexOf() Method

6
Comments 2
3 min read
Create an HTML Color picker using JavaScript

Create an HTML Color picker using JavaScript

47
Comments 2
5 min read
HTTP Simplified

HTTP Simplified

80
Comments 1
9 min read
Pizza Cost Per Inch Calculator

Pizza Cost Per Inch Calculator

6
Comments 2
1 min read
LeetCode | Contains Duplicate III

LeetCode | Contains Duplicate III

7
Comments
4 min read
The Area or Volume of Sphere

The Area or Volume of Sphere

4
Comments
1 min read
Old MacDonald

Old MacDonald

2
Comments
1 min read
Python Libraries Every Data Scientist Must Know.

Python Libraries Every Data Scientist Must Know.

21
Comments 2
2 min read
LeetCode | Largest Time for Given Digits

LeetCode | Largest Time for Given Digits

8
Comments
3 min read
Game setup in C++. add() and remove() methods

Game setup in C++. add() and remove() methods

5
Comments
2 min read
Regex 101 - Kill the Monster

Regex 101 - Kill the Monster

4
Comments
4 min read
5 Common Data Structures

5 Common Data Structures

5
Comments
3 min read
CSV to Markdown Generator

CSV to Markdown Generator

4
Comments
1 min read
Design Principles of Data Structures Library

Design Principles of Data Structures Library

4
Comments
3 min read
Computer Networks: A humble Introduction

Computer Networks: A humble Introduction

8
Comments
2 min read
Caesar Cipher

Caesar Cipher

4
Comments
1 min read
Understanding Abstract Data Types

Understanding Abstract Data Types

2
Comments
3 min read
✨♻️ Rust Visualized: Pointers as References

✨♻️ Rust Visualized: Pointers as References

46
Comments 2
2 min read
Degree vs Self Taught vs Boot Camp

Degree vs Self Taught vs Boot Camp

39
Comments 3
4 min read
Introduction to computer programming for coders

Introduction to computer programming for coders

10
Comments
6 min read
Iterators: The link between Data Structures and Algorithms

Iterators: The link between Data Structures and Algorithms

10
Comments
5 min read
Preface: Data Structures

Preface: Data Structures

6
Comments
3 min read
Cryptanalysis- the study of breaking cryptosystems explained

Cryptanalysis- the study of breaking cryptosystems explained

2
Comments
4 min read
Coding for social good: 7 companies you should know about

Coding for social good: 7 companies you should know about

11
Comments
7 min read
When Random Numbers Are Not Random

When Random Numbers Are Not Random

2
Comments
3 min read
Leetcode 522 - Longest Uncommon Subsequence II

Leetcode 522 - Longest Uncommon Subsequence II

4
Comments
3 min read
Introduction to programming

Introduction to programming

9
Comments
1 min read
How Long does it Take to Prepare for Coding Interviews: Starting from Scratch

How Long does it Take to Prepare for Coding Interviews: Starting from Scratch

6
Comments
5 min read
things to regret about node js today

things to regret about node js today

22
Comments 2
2 min read
Types of attacks in Cyberspace

Types of attacks in Cyberspace

8
Comments 3
5 min read
LeetCode explained: July Challenge 2021, week 4 - Partition Array into Disjoint Sets (medium)

LeetCode explained: July Challenge 2021, week 4 - Partition Array into Disjoint Sets (medium)

2
Comments
3 min read
COMPUTATIONAL THINKING

COMPUTATIONAL THINKING

5
Comments
3 min read
LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

3
Comments
2 min read
Learn IoT from scratch #4 - IoT protocols & architecture

Learn IoT from scratch #4 - IoT protocols & architecture

13
Comments 3
9 min read
Design Patterns: Bridge

Design Patterns: Bridge

9
Comments
6 min read
Absorb Knowledge in 30 Seconds | Brain Bytes #4

Absorb Knowledge in 30 Seconds | Brain Bytes #4

3
Comments
3 min read
The truth about learning to code. (From a self taught developer)

The truth about learning to code. (From a self taught developer)

8
Comments 1
2 min read
Computer networking in 5 minutes: Static IP vs dynamic IP

Computer networking in 5 minutes: Static IP vs dynamic IP

65
Comments
6 min read
How To Start Bug Bounty Hunting - Short Intro

How To Start Bug Bounty Hunting - Short Intro

4
Comments
2 min read
Testing in Compose

Testing in Compose

5
Comments 1
8 min read
Leetcode 5 - Longest Palindromic Substring

Leetcode 5 - Longest Palindromic Substring

3
Comments 1
1 min read
Has Anyone Landed an Entry Level Cyber Security Job?!!

Has Anyone Landed an Entry Level Cyber Security Job?!!

2
Comments 1
1 min read
Implementing Building Blocks of Reference Semantics: Shared Reference

Implementing Building Blocks of Reference Semantics: Shared Reference

3
Comments
7 min read
Intro to quantum computing: qubits, superposition, & more

Intro to quantum computing: qubits, superposition, & more

22
Comments
8 min read
Binary Search Tree Traversals (Inorder, Preorder, and Postorder)

Binary Search Tree Traversals (Inorder, Preorder, and Postorder)

4
Comments
3 min read
Linear Search Algorithm | JavaScript

Linear Search Algorithm | JavaScript

10
Comments 1
2 min read
Best Dashboard Frameworks For Your Business.

Best Dashboard Frameworks For Your Business.

56
Comments 4
4 min read
Generate all kinds of permutations and combinations using backtracking/recursion

Generate all kinds of permutations and combinations using backtracking/recursion

8
Comments
3 min read
Reverse a Singly Linked List in JavaScript (Iteratively and Recursively)

Reverse a Singly Linked List in JavaScript (Iteratively and Recursively)

22
Comments 2
4 min read
Top 10 websites for internship opportunities!

Top 10 websites for internship opportunities!

2
Comments
1 min read
Big O, code efficiency analysis

Big O, code efficiency analysis

162
Comments 8
12 min read
Learn IoT from scratch #3 - What are microcontrollers and how they work?

Learn IoT from scratch #3 - What are microcontrollers and how they work?

5
Comments
3 min read
Implementing Building Blocks of Reference Semantics: Unique Reference

Implementing Building Blocks of Reference Semantics: Unique Reference

4
Comments
6 min read
loading...