Hacker News new | ask | show | jobs
by dagw 3777 days ago
The usefulness of NR is dependent on what you are using it for. It's fine if you just want to get a overview of what the different algorithms are and a high level view of how they might work, it's less fine if you're actually going to try to implement the core algorithms yourself in production.

Implementing numeric algorithms yourself after just having read NR is a bit like implementing crypto algorithms yourself after just having read Applied Cryptography.