Hi Paul and all,
I do think so, especially for low-level data structures/algorithms topics like some of those in the book.
For example, hash tables. In C, we don't have them, so we have to write them ourselves. In Python and
Java, they're hidden by dictionaries/maps. Since I wanted to explore the core of these data structures, and build them ourselves, I used C for the book.
Thank you,
Dan