Hi there đź‘‹

Welcome to my blog

Big O Notation Pronunciations

Complexity Pronunciation O(1) “O one” or “constant time” O(log n) “O log n” or “logarithmic time” O(n) “O n” or “linear time” O(n log n) “O n log n” or “linearithmic time” O(n^2) “O n squared” or “quadratic time” O(n^3) “O n cubed” or “cubic time” O(2^n) “O two to the power of n” or “exponential time” O(n!) “O n factorial” or “factorial time”

September 17, 2023 Â· 1 min Â· 64 words Â· Long Nguyen

Third time is the charm. Hello Worlddd!

Ok so this is my third time setting up my blog :) I have written blogs before, they are all cool stuff but they are all gone now for different reasons. Let’s start fresh! I am so happy that you made it this far!

September 16, 2023 Â· 1 min Â· 44 words Â· Long Nguyen