Hacker News new | ask | show | jobs
by zimbu668 3751 days ago
Yes, and when you solve your N+1 problem, you've replaced a O(n) algorithm with a O(1) algorithm.