Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 387 Bytes

homework.md

File metadata and controls

15 lines (11 loc) · 387 Bytes

Homework

Tasks

  1. Read Chapter 2
  2. Implement a basic B-Tree in a language of your choice
  3. Optional: select readings

Testing Harness

  • Compare with a reference implementation
  • Test program will be subprocessed
  • Communication using stdin/stdout
  • Messages are JSON-encoded, separated by newlines
  • todo(maximsmol): specific protocol will be provided later