@jialin.huang
FRONT-ENDBACK-ENDNETWORK, HTTPOS, COMPUTERCLOUD, AWS, Docker
To live is to risk it all Otherwise you are just an inert chunk of randomly assembled molecules drifting wherever the Universe blows you

© 2024 jialin00.com

Original content since 2022

2025/08/01
Big O - How fast it gets bad As n gets bigger: O(1) < O(log n) < O(n) < O(n log n) < O(n²) < O(n³) < O(2ⁿ) < O(n!) —> —> —> —> —> —>—> —> —> —> —> —> being the absolute worst of course n³ is worse crossover point is between 4 a...