Algorithm Optimization Tips
Last updated
Was this helpful?
Last updated
Was this helpful?
Refer to:
Look for BUD
Bottlenecks
Unnecessary Work
Duplicated Work
Space & Time Tradeoffs
Hash table
Precomputing
Do it yourself
Programming Optimization: Techniques, examples and discussion www.azillionmonkeys.com/qed/optimize.html
Why every programmer should learn to optimize algorithms - Programiz