All tags

Content tagged with "computer science" (3)

All content across blogs, linklog, and books with this tag.

Links

  • Big O
    by Sam Rose

    Big-O taught through visual intuition first, with interactive animations that show how each complexity class scales before any notation appears.

  • by Mark Shead

    If you're managing state with a pile of boolean flags, you've already built a state machine, just a buggy one without a diagram.

  • by Hillel Wayne

    'Nondeterministic' is doing the work of five different words, and Hillel Wayne pulls them apart so you can name which one is behind your flaky test.