Skip to content

Instantly share code, notes, and snippets.

View jaecheoljung's full-sized avatar

jaecheoljung

View GitHub Profile
@chrisrzhou
chrisrzhou / README.md
Last active May 31, 2020 16:51
Dances with Factors

Dances with Factors

bl.ocks.org link

Dances with Factors visualizes prime factorization of integers.

The fundamental theorem of arithmetic states that every integer greater than 1 is either prime itself or a product of prime numbers.

The project is created using D3.js.