1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
For N <= 10, optimal algorithms have time complexities of
O(N!), O(2^N), O(3^N)
For N <= 20, optimal algorithms have time complexities of
O(2^N)
For N <= 100, optimal algorithms have time complexities of
O(N^4)
For N <= 500, optimal algorithms have time complexities of
O(NÂł)
For N <= 1000, optimal algorithms have time complexities of
O(N²), O(N² logN)
For N <= 100000, optimal algorithms have time complexities of
O(N), O(N logN), O(logN), O(1)