DEV Community

Discussion on: Big O Notation for beginners!!

Collapse
 
klyse profile image
klyse

I find the O notation extremely confusing. I've been writing code professionally in the past six years in two different companies and different languages (C#, C++, C..) and it never not a single time occurred to me that someone talked about the complexity in the O notation. The only time I needed this notation was during a coding interview. Which is sad IMHO, because in the end one doesn't have to know the O notation to write a great algorithm but one should be familiar with the programming language and the task: what should this algorithm do and how am I going to archive this.

Collapse
 
tracycss profile image
Jane Tracy 👩🏽‍💻

Yeah, most interviews test on algorithms. It always good to learn it.