Algorithm
This revision is from 2023/10/02 16:06. You can Restore it.
In Programming, an algorithm is a set of instructions or a procedure for solving a specific problem or achieving a specific task. Algorithms can be expressed in any programming language and can be as simple as a sequence of basic operations or as complex as a multi-step process involving different data structures and logic - Top 8 Algorithms Every Programmer Should Know 💯 - https://sifu.hashnode.dev/top-8-algorithms-every-programmer-should-know
"The Algorithm" by Elon Musk https://twitter.com/SteadyCompound/status/1708067430675963939
- Question every requirement
- Delete any part or process you can
- Simplify and optimize
- Accelerate cycle time
- Automate. That comes last