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.
Encapsulation, Polymorphism, and Abstraction in Ruby

Encapsulation, Polymorphism, and Abstraction in Ruby

15
Comments 1
14 min read
Global Coding Challenge 2020- Credit Suisse

Global Coding Challenge 2020- Credit Suisse

3
Comments
1 min read
basics of file handling in python

basics of file handling in python

21
Comments
5 min read
Prefix Search with Ternary Search Trees (Java Implementation)

Prefix Search with Ternary Search Trees (Java Implementation)

7
Comments
9 min read
📝Python's Type Annotations 📝- Why You Always Should Use It

📝Python's Type Annotations 📝- Why You Always Should Use It

56
Comments 8
6 min read
HacktoberFest

HacktoberFest

2
Comments
1 min read
A beginner guide to webscraping in Python

A beginner guide to webscraping in Python

31
Comments 3
5 min read
How to find hectoberfest label repos on github?

How to find hectoberfest label repos on github?

2
Comments
1 min read
How to generate unique IDS in python

How to generate unique IDS in python

11
Comments 1
2 min read
Is a coding Bootcamp worth it for experienced programmers?

Is a coding Bootcamp worth it for experienced programmers?

14
Comments 18
4 min read
Understanding network protocols

Understanding network protocols

20
Comments
6 min read
How Computers Work (Part 1)

How Computers Work (Part 1)

163
Comments 19
13 min read
Iterative nested object traversal

Iterative nested object traversal

6
Comments
1 min read
Modify Linked Lists Like a Boss - In Python

Modify Linked Lists Like a Boss - In Python

2
Comments
5 min read
Successfully completed the 4 PR's

Successfully completed the 4 PR's

2
Comments 2
1 min read
Flexbox Blog Post

Flexbox Blog Post

8
Comments
3 min read
Implement list in C++

Implement list in C++

7
Comments
1 min read
Levels and Methods In Software Testing

Levels and Methods In Software Testing

2
Comments
2 min read
Naming Functions Effectively

Naming Functions Effectively

9
Comments 1
4 min read
Unbounded Wildcards - [OOP & Java #10]

Unbounded Wildcards - [OOP & Java #10]

6
Comments
4 min read
Let's build a Mandelbrot set visualizer

Let's build a Mandelbrot set visualizer

12
Comments
7 min read
How Computers Work (Part 2): Hardware

How Computers Work (Part 2): Hardware

15
Comments
12 min read
A "Hello, World!" of Lisp Macros

A "Hello, World!" of Lisp Macros

11
Comments 1
7 min read
Understanding python decorators with step by step examples

Understanding python decorators with step by step examples

8
Comments
4 min read
A programming language to make concurrent programs easy to write

A programming language to make concurrent programs easy to write

3
Comments
1 min read
Demystifying Computers: I/O Devices

Demystifying Computers: I/O Devices

11
Comments 1
4 min read
Naming Variables Effectively

Naming Variables Effectively

11
Comments 1
3 min read
Implement a Deque using a List

Implement a Deque using a List

6
Comments
3 min read
Building networks from A to Z - Part 5 : Routing

Building networks from A to Z - Part 5 : Routing

6
Comments
9 min read
What are Linked Lists and How Do I Make One in Python?

What are Linked Lists and How Do I Make One in Python?

11
Comments 7
5 min read
A Gag on a recursion

A Gag on a recursion

6
Comments 3
1 min read
Building networks from A to Z - Part 4 : Network !

Building networks from A to Z - Part 4 : Network !

9
Comments 1
7 min read
Building networks from A to Z - Part 1 : the basics

Building networks from A to Z - Part 1 : the basics

56
Comments 2
4 min read
Learn Three Languages

Learn Three Languages

8
Comments
3 min read
Algorithm explained: Levenshtein edit distance

Algorithm explained: Levenshtein edit distance

65
Comments 2
8 min read
Code Smell 01 - Anemic Models

Code Smell 01 - Anemic Models

59
Comments 12
2 min read
The power of http headers and 4 examples you did not know before

The power of http headers and 4 examples you did not know before

111
Comments 1
6 min read
Building networks from A to Z - Part 3 : Data link and topology

Building networks from A to Z - Part 3 : Data link and topology

3
Comments 2
8 min read
Stacks & Queues

Stacks & Queues

8
Comments 2
5 min read
Building networks from A to Z - Part 2 : let's get physical!

Building networks from A to Z - Part 2 : let's get physical!

9
Comments 1
4 min read
Flood Fill algorithm: A graphical step-by-step explanation of the paint bucket

Flood Fill algorithm: A graphical step-by-step explanation of the paint bucket

10
Comments
3 min read
How to Open a Pull Request in Github?

How to Open a Pull Request in Github?

33
Comments
4 min read
About code smells

About code smells

6
Comments
2 min read
Big-O Notation Cheat Sheet: quick answers to Big-O questions

Big-O Notation Cheat Sheet: quick answers to Big-O questions

103
Comments 2
4 min read
To Assess or not to Assess???

To Assess or not to Assess???

3
Comments
1 min read
Learning Memoization in Javascript Part 2

Learning Memoization in Javascript Part 2

9
Comments 1
1 min read
Hacktoberfest2020 🎉✨wrapup and few key🔑 points🎯 to note

Hacktoberfest2020 🎉✨wrapup and few key🔑 points🎯 to note

23
Comments 2
2 min read
What is Open power Architecture?

What is Open power Architecture?

4
Comments 2
4 min read
What is Python part 2

What is Python part 2

2
Comments
3 min read
Swap Variable Values ​​Without a Temporary Variable

Swap Variable Values ​​Without a Temporary Variable

5
Comments
2 min read
Hash table efficiency example

Hash table efficiency example

5
Comments
1 min read
Linear Regression (Normal equation)

Linear Regression (Normal equation)

2
Comments
1 min read
[Giveaway] Practical Natural Language Processing Book | NLP/ML in Industry | GPT-3 and more

[Giveaway] Practical Natural Language Processing Book | NLP/ML in Industry | GPT-3 and more

3
Comments
1 min read
Leetcode September Day18

Leetcode September Day18

7
Comments
2 min read
Basics of Python in a nutshell!

Basics of Python in a nutshell!

17
Comments 7
4 min read
Awaitable/awaiter pattern and logical micro-threading in C#

Awaitable/awaiter pattern and logical micro-threading in C#

34
Comments 4
10 min read
Under The Hood : Unassigned Global Variables

Under The Hood : Unassigned Global Variables

10
Comments
4 min read
Private Cloud Server on Raspberry Pi

Private Cloud Server on Raspberry Pi

14
Comments 1
10 min read
did you ever ask yourself how file compression works ? the maths behind greedy algos

did you ever ask yourself how file compression works ? the maths behind greedy algos

10
Comments
4 min read
Demystifying Computers: RAM (Random Access Memory)

Demystifying Computers: RAM (Random Access Memory)

53
Comments 4
5 min read
loading...