Posts by Tag

algorithm

Hightower’s Algorithm

2 minute read

One of the traditional algorithms of solving routing problems in VLSI Design Automation is Hightower’s Algorithm. I haven’t seen someone writing about this ...

Back to Top ↑

file-format

Creating a Basic MIDI File from Scratch

4 minute read

A basic tutorial of how to create a simple MIDI file from scratch that contains only one note. What You Will Learn Using an example file, we’ll explain the...

Back to Top ↑

mathematics

Pythagorean Means

3 minute read

A short comparison of Pythagorean Means: the arithmetic mean (AM), the geometric mean (GM), and the harmonic mean (HM).

Back to Top ↑