Collecting feedback for idea

Algorithms

Maybe this is more of a series, but I imagine we could talk through a variety of interesting algorithms. For example:

  • Sorting (and various different sorting algorithm approaches)
  • Graph traversal (DFS, BFS, shortest path, minimum spanning tree)
  • Compression (Huffman, Lempel-Ziv, etc)
  • Document relevance/search indexing (e.g. PageRank)
  • Tree balancing
  • Hashing
  • Encryption
  • Entropy & Random numbers