It was fun writing our book because I SAW you do that. And I had a different approach - I would outline obsessively and hold the whole chapter in my head at once before I started writing. Holding a whole chapter and cross referencing everything with everything else was O(N^2). You're approach for writing one instance of the chapter was linear O(N) but you did it M times... so O(M*N) ... maybe about the same :P
No comments yet.