justinbangerter.com/2023/10/28/l...
Tips:
- Plan the algorithm before coding
- Math > iteration > recursion
- Remove needless operations and data
- Big O is important, but isn't everything
- Measure performance
#python #optimize #programming #algorithms
justinbangerter.com/2023/10/28/l...
Tips:
- Plan the algorithm before coding
- Math > iteration > recursion
- Remove needless operations and data
- Big O is important, but isn't everything
- Measure performance
#python #optimize #programming #algorithms