Tag: computer science
-
Amdahl’s Law and The Maximum Theoretical Speedup Achievable By Parallelism
We’ve been learning about theoretical parallelism in my concepts of parallel and distributed systems class, and I found…
-
How I’m Saving Myself in the Age of AI
Introduction Right before the college semester began, I signed up for a class called Machine Learning. If you…
-
My Advice for New Students in Computer Science
A few people have reached out to me, asking for my advice for new students thinking about going…
-
Beginner’s Guide to Linear Interpolation
Linear interpolation is a method we use to find a number that is some % in between two…
-
Merge Sort – Explained with Visuals
What is Merge Sort in One Sentence? Merge Sort is a computer science sorting algorithm, which essentially means…