Notes on Graphs and PageRank
|

Notes on Graphs and PageRank

The next chapter (chapter 11) of Algorithms for Dummies is all about web search which predictably means Google. We’re still in the graphs section of the book because you can think of the web as an interconnecting series of nodes and edges/arcs, just like social graphs. The nodes would be the web pages (or maybe…

Covid Tracking API
|

Covid Tracking API

I have worked with API a little bit when I needed to pull file/folder information in Dropbox or needed to push data into QuickBase, but those efforts involved using VBA to do the work. They have involved a bit of work trying to figure out how to make the connections work and usually I have…

Social Graphs
|

Social Graphs

The next chapter (Chapter 10) in Algorithms for Dummies is actually very short because it does not go into much mechanical or technical details in parsing social network graphs due to the complexity of working with myriad connections. I would imagine juggling with large datasets and interconnecting relationships just makes things messier and harder to…