|
|
|
|
|
by torginus
455 days ago
|
|
Yeah my analogy for that solution is like claiming to have solved sorting arrays by using enormous compute to try all possible orderings of arrays of length 100. It's not a real solution because: - It's way too expensive - It doesn't scale the way a real solution does |
|