ericdrowell / BigOCheatSheet

1.07k stars 314 forks source link

Fix color for O(n…) of bucket, radix and counting #123

Open ArneBab opened 7 years ago

ArneBab commented 7 years ago

O(n+k) and O(nk) were market as deep green (better than O(log(n))). Fixed to be yellow.