Hacker News new | ask | show | jobs
by selvan 4962 days ago
Generate ideas to solve a problem. If you have 'n' ideas to solve a problem, it is n x 1 complexity.

Issue with using ideas as your problem is that you have to find actual problem first, then solution next. 'm' ideas as your problem and another 'n' ideas for each problem, it is m x n complexity.

Use lean principles to find a solution to a problem that you understood well.