Skip to content
Commit f20cff3d authored by Sébastien Wilmet's avatar Sébastien Wilmet
Browse files

programming-guidelines: time complexity fixes

- O(N^2) is quadratic, not exponential. Exponential is O(2^N).
- Constant factors should be removed, since it's an asymptotic notation.

https://bugzilla.gnome.org/show_bug.cgi?id=757735
parent be2e8503
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment