We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7589aa commit 8ea6fb2Copy full SHA for 8ea6fb2
Big-O Notation.markdown
@@ -28,7 +28,7 @@ Some examples to better understand the Big(O) notation:
28
let value = array[5]
29
```
30
31
- Another example of O(1) is Pushing and Popping from Stack.
+ Another example of O(1) is pushing and popping from Stack.
32
33
34
**O(log n)**
0 commit comments