Search Books

Advanced Programming Techniques

Author Rex A Barzee
Publisher Maia LLC
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
15.95 USD
🛒 Buy New on Amazon 🇺🇸 🏷 Buy Used — $7.06

✓ Usually ships in 24 hours

Share:
Book Details
Author(s)Rex A Barzee
PublisherMaia LLC
ISBN / ASIN0983384029
ISBN-139780983384021
AvailabilityUsually ships in 24 hours
Sales Rank2,485,437
MarketplaceUnited States 🇺🇸

Description

Packed with more than 100 working code examples, Advanced Programming Techniques will teach you new and innovative algorithms and techniques that you can use in nearly any computer programming language. This book includes multiple solutions to the same programming problems allowing you to compare the different solutions and learn the advantages and disadvantages of each programming technique. From this book you will learn how to write simpler, more precise, and more efficient code. The code examples include

  • how to simplify code by writing table based solutions
  • how to help a user enter input efficiently
  • a novel and improved way of implementing an array list
  • an improved way of implementing a linked list
  • converting iteration to recursion and vice versa
  • the most efficient way to compute the population count of an integer
  • improved ways of implementing sets
  • the numerically stable way to compute the mean, variance, and correlation
  • and much more