Next Hash Hash Hash 15

Hashes changed the way we program

        # Pseudocode
        
        handle_article(path, category, article_body) {
            ...
            # lots of stuff
            ...
            
            # also, generate a count
            # of the number of articles
            # in each category
            # ???
        }
  • In C / Fortran / etc, a big pain in the butt

    • We'll see later what a big pain


Next 15