DEV Community

Discussion on: Comprehensive Big O Notation Guide in Plain English, using Javascript

Collapse
 
humblecoder00 profile image
Şahin Arslan

I would suggest you to check this stackoverflow thread:
stackoverflow.com/questions/115143...

If you really really want to dive deeper and can read C++ code, reading the Javascript V8 Engine source code can give you more accurate picture:

github.com/v8/v8/blob/master/src/o...

Some comments have been hidden by the post's author - find out more