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.
Garbage Collection

Garbage Collection

1
Comments
5 min read
Why typeof null === object

Why typeof null === object

Comments
6 min read
.

.

5
Comments
1 min read
The Four Facets of Determinism in Large Language Models: Numerical, Computational, Syntactic, and Semantic

The Four Facets of Determinism in Large Language Models: Numerical, Computational, Syntactic, and Semantic

Comments
5 min read
Optimizing Datalog for the GPU

Optimizing Datalog for the GPU

Comments
5 min read
Wild and Dangling Pointers in C
Cover image for Wild and Dangling Pointers in C

Wild and Dangling Pointers in C

Comments
1 min read
Get your head spinning about Recursive Functions
Cover image for Get your head spinning about Recursive Functions

Get your head spinning about Recursive Functions

1
Comments
3 min read
How Fingerprints Identify You: The Algorithm Beneath the Biometric
Cover image for How Fingerprints Identify You: The Algorithm Beneath the Biometric

How Fingerprints Identify You: The Algorithm Beneath the Biometric

Comments
8 min read
Mastering the ‘O’ in SOLID: Applying the Open/Closed Principle in Real-World Code
Cover image for Mastering the ‘O’ in SOLID: Applying the Open/Closed Principle in Real-World Code

Mastering the ‘O’ in SOLID: Applying the Open/Closed Principle in Real-World Code

2
Comments
4 min read
SE371 - Assignment 2

SE371 - Assignment 2

Comments
1 min read
Database Normalization: From 1NF to 3NF

Database Normalization: From 1NF to 3NF

Comments
2 min read
Graphs Unlocked: From Social Networks to Shortest Paths, A Developer's Guide

Graphs Unlocked: From Social Networks to Shortest Paths, A Developer's Guide

Comments
7 min read
Transactions, Deadlocks & Log Based Recovery

Transactions, Deadlocks & Log Based Recovery

Comments
1 min read
JIT vs. AOT Compilation in Java: A Comparative Analysis with Benchmarks

JIT vs. AOT Compilation in Java: A Comparative Analysis with Benchmarks

5
Comments
5 min read
💾Ensuring Database Stability: Transactions, Deadlocks & Log-Based Recovery

💾Ensuring Database Stability: Transactions, Deadlocks & Log-Based Recovery

Comments
3 min read
Understanding ACID Properties in SQL with Practical Examples

Understanding ACID Properties in SQL with Practical Examples

Comments
2 min read
DeepSeek-OCR: Contexts Optical Compression
Cover image for DeepSeek-OCR: Contexts Optical Compression

DeepSeek-OCR: Contexts Optical Compression

Comments
1 min read
Digital Waste: An In-Depth Study
Cover image for Digital Waste: An In-Depth Study

Digital Waste: An In-Depth Study

Comments
12 min read
Normalisation

Normalisation

Comments
3 min read
DBMS - Transactions,Deadlocks & Log-based Recovery
Cover image for DBMS - Transactions,Deadlocks & Log-based Recovery

DBMS - Transactions,Deadlocks & Log-based Recovery

Comments
2 min read
Unveiling the Power of Queues: A Journey into Data Structures and Algorithms

Unveiling the Power of Queues: A Journey into Data Structures and Algorithms

Comments
1 min read
Understanding Complement Arithmetic: Why Computers Subtract by Adding.

Understanding Complement Arithmetic: Why Computers Subtract by Adding.

Comments
1 min read
Sorting Algorithms Part 1: The Quadratic Sorts — Bubble, Selection, and Insertion

Sorting Algorithms Part 1: The Quadratic Sorts — Bubble, Selection, and Insertion

1
Comments
4 min read
Sorting Algorithms Part 2: Divide and Conquer — Merge, Quick, and Heap Sort

Sorting Algorithms Part 2: Divide and Conquer — Merge, Quick, and Heap Sort

Comments
6 min read
Searching Algorithms Part 2: Pattern Matching in Strings with Z, KMP, and Rabin-Karp

Searching Algorithms Part 2: Pattern Matching in Strings with Z, KMP, and Rabin-Karp

Comments
7 min read
loading...