BOOKS - PROGRAMMING - Learning Algorithms A Programmer’s Guide to Writing Better Co...
US $9.68
49322
49322
Learning Algorithms A Programmer’s Guide to Writing Better Code (Early Release)
Author: George Heineman
Year: 2020
Number of pages: 76
Format: EPUB
File size: 10 MB
Language: ENG
Year: 2020
Number of pages: 76
Format: EPUB
File size: 10 MB
Language: ENG
Algorithms are central to understanding how to write efficient code. Everyone who works as a software developer needs to have an effective and working knowledge of algorithms but if they come from a coding bootcamp or 2 year degree they probably did not cover algorithms in enough detail. It is not enough to just know terminology such as proofs and lemmas; algorithms only become effective when put to use in real programs. This means that all working software professionals (developers, testers, maintainers) need to understand the key implementation concerns of algorithms. If a programmer changes even the slightest part of an algorithm, it could result in wildly different performance. It is necessary to understand both the individual mechanisms that appear across different algorithms as well as the way in which all parts interact together to achieve a full problem solution.