Hacker's Delight

Hacker's Delight by Henry S. Warren, Jr., is a book published by Addison-Wesley Professional on 17 July 2002.[1] It discusses a variety of programming algorithms for common tasks involving integer types, often with the aim of performing the minimum number of operations or replacing slow operations by faster ones (e.g., converting a divide by a constant into a multiply by another constant that gives the same result).

The second edition was released in 2013.[2]

See also

References

  1. Warren Jr., Henry S. (2002). Hacker's Delight (1 ed.). Addison Wesley. ISBN 978-0-201-91465-8.
  2. Warren Jr., Henry S. (2013) [2002]. Hacker's Delight (2 ed.). Addison Wesley - Pearson Education, Inc. ISBN 978-0-321-84268-8. 0-321-84268-5.

Further reading

External links


This article is issued from Wikipedia - version of the 10/10/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.