Demystifying one of the most interviewed topics — The biggest misconception many developers have is that complexity denotes the time or space taken by a piece of code. I’m afraid that’s not right. The time taken depends on several factors — processor speed, programming language, background systems, other programs, memory, external calls, etc. The same code will run…