Jump to content

Hacker's Delight

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Jg2904 (talk | contribs) at 16:07, 10 October 2016 (External links: Changed category.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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