-
Notifications
You must be signed in to change notification settings - Fork 0
Inefficient drawing algorithm #3
Copy link
Copy link
Open
Labels
Description
api/src/draws/draws.service.ts
Line 90 in b189f30
| private getDraws(N: number): Array<Map<number, number>> { |
The current algorithm is very inefficient, and may cause the event loop to be blocked unnecessarily. In addition, the algorithm also doesn't generate all possible valid combinations.
Reactions are currently unavailable