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.
Sliding Window Technique

Sliding Window Technique

9
Comments
2 min read
Search in a rotated sorted array, understanding how to apply binary search in weird conditions🤔 🤨

Search in a rotated sorted array, understanding how to apply binary search in weird conditions🤔 🤨

22
Comments 2
3 min read
Double Dispatch in C++: Recover Original Type of the Object Pointed by Base Class Pointer

Double Dispatch in C++: Recover Original Type of the Object Pointed by Base Class Pointer

6
Comments
8 min read
How to undo sensitive git history in a Github repo?

How to undo sensitive git history in a Github repo?

8
Comments 1
2 min read
I Took a COBOL Course and I Liked It

I Took a COBOL Course and I Liked It

43
Comments 3
8 min read
Getting Started With Data Structure and Algorithm With Revisiting DSA Series

Getting Started With Data Structure and Algorithm With Revisiting DSA Series

5
Comments
2 min read
Machine Learning - Understanding Convolutional Neural Networks

Machine Learning - Understanding Convolutional Neural Networks

9
Comments
2 min read
06: Binary system

06: Binary system

4
Comments
1 min read
05: Digital Circuit

05: Digital Circuit

6
Comments
1 min read
Sudoku Solver, power of backtracking. 🔥

Sudoku Solver, power of backtracking. 🔥

11
Comments
5 min read
Algorithms Day 1- Linear and Binary Search

Algorithms Day 1- Linear and Binary Search

2
Comments
1 min read
Classification of computer languages (III)

Classification of computer languages (III)

25
Comments 9
5 min read
Chrome Multi-Processor Architecture

Chrome Multi-Processor Architecture

14
Comments
5 min read
🌈 Merge Sort & Quick Sort in 5 Languages

🌈 Merge Sort & Quick Sort in 5 Languages

38
Comments 2
2 min read
01: Data Structures and algorithms

01: Data Structures and algorithms

96
Comments 3
2 min read
Writing a self compiling compiler

Writing a self compiling compiler

8
Comments
4 min read
55 Free Programming Classes online from Ivy League Universities in Covid-19

55 Free Programming Classes online from Ivy League Universities in Covid-19

57
Comments
22 min read
Python: Merging and Updating Dicts the New Way

Python: Merging and Updating Dicts the New Way

25
Comments 5
1 min read
LeetCode Challenge: Group Anagrams

LeetCode Challenge: Group Anagrams

7
Comments
3 min read
Classification of computer languages (II)

Classification of computer languages (II)

10
Comments 1
5 min read
COVID 19 API For Developers

COVID 19 API For Developers

11
Comments 1
20 min read
LeetCode Challenge: Best Time to Buy and Sell Stock II

LeetCode Challenge: Best Time to Buy and Sell Stock II

3
Comments
3 min read
🔍 Regex Cheat-Sheet [PDF + Infographic]

🔍 Regex Cheat-Sheet [PDF + Infographic]

46
Comments
1 min read
What exactly nullptr is in C++?

What exactly nullptr is in C++?

11
Comments
13 min read
Learning Data Structures: Trees

Learning Data Structures: Trees

44
Comments
5 min read
Minimum Spanning Tree (Kruskal's Algorithm)

Minimum Spanning Tree (Kruskal's Algorithm)

18
Comments
2 min read
Math's Issues of Computer_Science(CS/SE) Students

Math's Issues of Computer_Science(CS/SE) Students

22
Comments 3
1 min read
Classification of computer languages (I)

Classification of computer languages (I)

11
Comments
3 min read
LeetCode Challenge: Move Zeroes

LeetCode Challenge: Move Zeroes

7
Comments
2 min read
8 Most used functions of strings package in Go

8 Most used functions of strings package in Go

23
Comments 2
4 min read
What is Dynamic Programming? Learn Memoization and Tabulation

What is Dynamic Programming? Learn Memoization and Tabulation

43
Comments
5 min read
Competitive Coding Q1: Min Stack

Competitive Coding Q1: Min Stack

8
Comments
4 min read
LeetCode Challenge: Maximum Subarray

LeetCode Challenge: Maximum Subarray

14
Comments
4 min read
🤕 Git Visualized: Forked a Repo, Now The Original Has More Commits

🤕 Git Visualized: Forked a Repo, Now The Original Has More Commits

96
Comments 5
4 min read
Software development models and methodologies (Part 2)

Software development models and methodologies (Part 2)

24
Comments
4 min read
What Data Structures and Algorithms should mean to you

What Data Structures and Algorithms should mean to you

168
Comments 16
2 min read
LeetCode Challenge: Happy Number

LeetCode Challenge: Happy Number

5
Comments
5 min read
CS Degree vs Programming Bootcamp vs Self-taught

CS Degree vs Programming Bootcamp vs Self-taught

19
Comments 5
6 min read
What is Steganography?

What is Steganography?

8
Comments
6 min read
Modern C++: enum class|struct

Modern C++: enum class|struct

10
Comments
2 min read
MIT, Stanford, Harvard: 500 Free Computer Science Courses from World's Top-50 CS Universities

MIT, Stanford, Harvard: 500 Free Computer Science Courses from World's Top-50 CS Universities

288
Comments 5
6 min read
How To Implement a Queue in JavaScript—and Beat Arrays at Their Own Game

How To Implement a Queue in JavaScript—and Beat Arrays at Their Own Game

6
Comments 2
6 min read
List in Python

List in Python

20
Comments
3 min read
LeetCode Challenge: Single Number

LeetCode Challenge: Single Number

11
Comments
7 min read
How Covid-19 will change the Mindset of Tech Companies?

How Covid-19 will change the Mindset of Tech Companies?

4
Comments
1 min read
A complete overview of SSL/TLS and its cryptographic system

A complete overview of SSL/TLS and its cryptographic system

207
Comments 6
21 min read
30-Day Leetcoding Challenge

30-Day Leetcoding Challenge

6
Comments
3 min read
Node.js Under The Hood #10 - Compiler Optimizations!

Node.js Under The Hood #10 - Compiler Optimizations!

48
Comments 8
8 min read
Do you ever need to equally compare numbers (floating points)?

Do you ever need to equally compare numbers (floating points)?

5
Comments 1
1 min read
How to deal with Imposter Syndrome?

How to deal with Imposter Syndrome?

3
Comments
1 min read
Machine Learning - MobileNet

Machine Learning - MobileNet

10
Comments
3 min read
Node.js Por Baixo dos Panos #9: Coletando o Lixo

Node.js Por Baixo dos Panos #9: Coletando o Lixo

17
Comments
5 min read
What even is REST?

What even is REST?

15
Comments
4 min read
Easing into Cyclomatic Complexity

Easing into Cyclomatic Complexity

24
Comments 1
5 min read
Immutable Infrastructure

Immutable Infrastructure

43
Comments 6
23 min read
Three Implementations of a Bag in Python

Three Implementations of a Bag in Python

10
Comments
6 min read
Modern C++: Lambdas

Modern C++: Lambdas

8
Comments 2
3 min read
Machine Learning - Transfer Learning

Machine Learning - Transfer Learning

4
Comments
3 min read
An Overview of Regex Expressions

An Overview of Regex Expressions

6
Comments
5 min read
Apache Kafka Applications Can Work Without Apache Kafka Cluster?

Apache Kafka Applications Can Work Without Apache Kafka Cluster?

41
Comments 1
9 min read
loading...