the-practice-of-programming icon indicating copy to clipboard operation
the-practice-of-programming copied to clipboard

This repository contains the exercises from the book "The Practice of Programming" by Brian W. Kernighan and Rob Pike.

Results 8 the-practice-of-programming issues
Sort by recently updated
recently updated
newest added

8 ATM: ``` $ grep -r 'TODO' . ./chapter-4/4.3-a-library-for-others/README.md:TODO: implementations #5 ./chapter-4/4.3-a-library-for-others/README.md:*Answer:* TODO: implementation #7 ./chapter-3/3.6-c++/README.md:TODO: measure performance between the two versions. ./chapter-3/3.3-building-the-data-structure-in-c/structs.c: // TODO: is that check needed, maybe...