DEV Community

# mathematics

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What to read to fall in love with math 💚

What to read to fall in love with math 💚

250
Comments 18
3 min read
Big-O Notation Cheat Sheet: quick answers to Big-O questions

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

102
Comments 2
4 min read
Let's build a rainbow on a canvas from scratch! 🌈📐

Let's build a rainbow on a canvas from scratch! 🌈📐

76
Comments 8
7 min read
TDD an Analogue Clockface in Go

TDD an Analogue Clockface in Go

59
Comments 3
38 min read
Ancient computer science: Let's build a Roman numeral converter from scratch 🏺📜

Ancient computer science: Let's build a Roman numeral converter from scratch 🏺📜

53
Comments 14
5 min read
Curated list: Math on YouTube

Curated list: Math on YouTube

44
Comments 6
2 min read
Understanding Tail Call Optimization With JavaScript

Understanding Tail Call Optimization With JavaScript

31
Comments 6
5 min read
Crunching numbers: Algorithms I wrote for Project Euler🧮💻

Crunching numbers: Algorithms I wrote for Project Euler🧮💻

30
Comments
4 min read
Prime numbers

Prime numbers

22
Comments 6
4 min read
Two Equations to Improve Your Analysis of Algorithms

Two Equations to Improve Your Analysis of Algorithms

21
Comments
4 min read
You Need to Learn Proof By Induction

You Need to Learn Proof By Induction

20
Comments 1
4 min read
Debunking YOUR Basic Math Concepts

Debunking YOUR Basic Math Concepts

15
Comments 2
5 min read
Learning Probability through a Story.

Learning Probability through a Story.

15
Comments 1
2 min read
Maths x Coding Challenges

Maths x Coding Challenges

12
Comments
1 min read
Something is growing, and it's growing very fast, but *how* fast?

Something is growing, and it's growing very fast, but *how* fast?

12
Comments
7 min read
How to find GCD of two or more numbers?

How to find GCD of two or more numbers?

10
Comments 5
4 min read
Least squares method — explanation with example

Least squares method — explanation with example

10
Comments
3 min read
Optimising Code - The Devil Lies In the Details

Optimising Code - The Devil Lies In the Details

10
Comments 1
2 min read
Mechanics of Neural Network

Mechanics of Neural Network

10
Comments
3 min read
My Journey into the Fundamentals of Computer Graphics - Part 4: The Quaternion Menace

My Journey into the Fundamentals of Computer Graphics - Part 4: The Quaternion Menace

9
Comments 2
4 min read
Prime Numbers: Fast and Slow - part 1

Prime Numbers: Fast and Slow - part 1

9
Comments
3 min read
The Magic of the Fibonacci Numbers & why we love computing them - part 1

The Magic of the Fibonacci Numbers & why we love computing them - part 1

9
Comments 1
4 min read
Help me build a open source linear algebra library in Javascript

Help me build a open source linear algebra library in Javascript

9
Comments 1
1 min read
Nature's code - a Fibonacci appreciation post

Nature's code - a Fibonacci appreciation post

8
Comments
4 min read
Mathematical Notation for Python Developers (Part 1)

Mathematical Notation for Python Developers (Part 1)

8
Comments
4 min read
5 Tips for Getting Over Your Fear of Math

5 Tips for Getting Over Your Fear of Math

8
Comments
5 min read
The Magic Computer - A party trick's secret explained

The Magic Computer - A party trick's secret explained

7
Comments
3 min read
JavaScript Big Combination Problem

JavaScript Big Combination Problem

7
Comments 1
1 min read
Mathematical intuition behind Applicative Functor

Mathematical intuition behind Applicative Functor

7
Comments
4 min read
Applicative Functor의 수학적 이해

Applicative Functor의 수학적 이해

7
Comments
2 min read
Mathematics' Anarchitecture & Processes for Programmers

Mathematics' Anarchitecture & Processes for Programmers

7
Comments
3 min read
One-to-Many Sensor Trouble, Part 2

One-to-Many Sensor Trouble, Part 2

7
Comments
5 min read
Data Science: Linear Algebra with Python

Data Science: Linear Algebra with Python

7
Comments 1
5 min read
함수 합성 함수의 합성 - (.).(.)

함수 합성 함수의 합성 - (.).(.)

7
Comments 1
2 min read
Generic Measurements Mathematics In C#

Generic Measurements Mathematics In C#

7
Comments 2
3 min read
Mathematics' Architecture & Processes for Programmers

Mathematics' Architecture & Processes for Programmers

6
Comments 1
4 min read
Sieve of Eratosthenes - Program to find all prime numbers smaller than a given number

Sieve of Eratosthenes - Program to find all prime numbers smaller than a given number

6
Comments
2 min read
Monty Hall Problem Simulation in JS

Monty Hall Problem Simulation in JS

6
Comments
6 min read
When numbers don't make sense

When numbers don't make sense

6
Comments 3
5 min read
Sum of Non-Prime Number

Sum of Non-Prime Number

6
Comments
1 min read
The Power of Mathematical Ingenuity

The Power of Mathematical Ingenuity

5
Comments
1 min read
The Pythagorean Theorem and Empathy for the Past

The Pythagorean Theorem and Empathy for the Past

5
Comments
4 min read
Big O

Big O

5
Comments
5 min read
Computer storage for numbers

Computer storage for numbers

5
Comments
3 min read
Erlang Fibonacci

Erlang Fibonacci

5
Comments
3 min read
What is Cosine Similarity?

What is Cosine Similarity?

5
Comments
2 min read
Euclid-Mullin Sequence and Primes

Euclid-Mullin Sequence and Primes

5
Comments
3 min read
FYP-Log 000 of #100DaysOfFYP

FYP-Log 000 of #100DaysOfFYP

4
Comments
1 min read
Math & Tech Vlogs List

Math & Tech Vlogs List

4
Comments
2 min read
The Role of Notation in Mathematical Development

The Role of Notation in Mathematical Development

4
Comments 1
12 min read
Willans' Formula

Willans' Formula

4
Comments
4 min read
The Project Euler

The Project Euler

4
Comments
2 min read
바인드(bind) 모나드 합성이 진짜 함수형일까?

바인드(bind) 모나드 합성이 진짜 함수형일까?

3
Comments
3 min read
LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

3
Comments
2 min read
Why do computers suck at math?

Why do computers suck at math?

3
Comments 1
1 min read
Most Statistical Concepts Used By Data Scientists

Most Statistical Concepts Used By Data Scientists

3
Comments 2
6 min read
Laying the Foundation for Deep Learning

Laying the Foundation for Deep Learning

3
Comments
3 min read
Multiple Resistors in Parallel

Multiple Resistors in Parallel

3
Comments
11 min read
inverse functions definition with examples

inverse functions definition with examples

3
Comments
3 min read
Entropy: what is it and why should you care? (ML log 10)

Entropy: what is it and why should you care? (ML log 10)

3
Comments
6 min read
loading...