Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 301 Bytes

File metadata and controls

7 lines (6 loc) · 301 Bytes

code

A place to dump my ideas

  1. btree - Playing around with the BTree data structure
  2. rbtree - Playing around with the red-black tree data structure
  3. pigrep - When you've generated a trillion digits of pi, you need a program to search it.
    • This is also a great example of stream vs. mmap