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.
Tips & Tricks to win Hackathons🎉 08:30

Tips & Tricks to win Hackathons🎉

42
Comments 5
2 min read
Let's build Spotify's Recent Search functionality with LRU caching mechanism. Microsoft Interview question.

Let's build Spotify's Recent Search functionality with LRU caching mechanism. Microsoft Interview question.

60
Comments 2
6 min read
How to Think in Computer: Why They Do the Way They Do (Part 1)

How to Think in Computer: Why They Do the Way They Do (Part 1)

3
Comments
6 min read
Merge Sort in Ruby

Merge Sort in Ruby

13
Comments 2
4 min read
Set Algorithms

Set Algorithms

18
Comments
2 min read
Big O Factorial Time Complexity

Big O Factorial Time Complexity

18
Comments
5 min read
Git internal architecture 🏛

Git internal architecture 🏛

182
Comments 7
4 min read
Machine Learning - Celsius to Fahrenheit - Google Colab Code

Machine Learning - Celsius to Fahrenheit - Google Colab Code

8
Comments
3 min read
Trust

Trust

9
Comments
2 min read
Turing and AI

Turing and AI

8
Comments
2 min read
Regex in Go

Regex in Go

6
Comments
4 min read
Number of Islands, implementing Depth First Search with the help of minesweeper.

Number of Islands, implementing Depth First Search with the help of minesweeper.

10
Comments
4 min read
How To Earn A Free Ticket To A Computer Science Internship

How To Earn A Free Ticket To A Computer Science Internship

5
Comments
4 min read
So... Linux?

So... Linux?

312
Comments 27
7 min read
Quick Sort in Ruby

Quick Sort in Ruby

25
Comments 5
4 min read
Sorting Algorithms

Sorting Algorithms

10
Comments
4 min read
Highlight Searched text on a page with just Javascript

Highlight Searched text on a page with just Javascript

61
Comments 3
1 min read
Everything about RAM...

Everything about RAM...

11
Comments 2
5 min read
Leftmost Column with at Least a One. Facebook interview question. Thought process from brute force to binary search.

Leftmost Column with at Least a One. Facebook interview question. Thought process from brute force to binary search.

8
Comments 5
3 min read
How to Complete a Programming Project From Scratch

How to Complete a Programming Project From Scratch

38
Comments
13 min read
Intro to Binary Search

Intro to Binary Search

53
Comments 6
7 min read
Under Observation — Variable Scoping and How It Affects Your Program

Under Observation — Variable Scoping and How It Affects Your Program

5
Comments
5 min read
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
loading...