Graphing
|

Graphing

The next chapter, or rather the next few chapters, in Algorithms for Dummies, by John Paul Mueller and Luca Massaron, is all about graphing but not in the typical way we regard graphing. Instead of a typical line or bar chart that we are familiar with, these Python graphs can be regarded as images of…

Search Algorithms
|

Search Algorithms

The next chapter of the book Algorithms for Dummies is searching. Last time I wrote about sorting algorithms and I discussed how I had a little bit of a problem understanding the different sorting algorithms at a high-level concept. The book actually provided Python programs that did the sorting and I tried to understand what…

Exponential Death
|

Exponential Death

I’ve been doing graphs of infection rates but I haven’t dealt with the deaths. But with the milestone of 100K deaths, I was curious as to how the rate of death increased over time. After digging up those numbers that I have collected for the US but never used, I find the numbers are rather…