Algorithmic Optimization

Replace a hot algorithm with one of better complexity, a fitter data structure, or memoized results instead of micro-tuning the slow one. Use when a profiler points at a function whose cost is inherent to its approach, not to constant-factor waste.

Amey-Thakur eb9e8cb 2.9 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/performance/algorithmic-optimization commit eb9e8cb967

Frequently asked questions

npx skillmds@latest add amey-thakur/algorithmic-optimization