KUNGFU TECH vietnam
6304 câu hỏi phỏng vấn Full-Stack, Coding & System Design Interview
Bộ lọc:
What is Big O notation?
What the heck does it mean if an operation is O(log n) ?
Explain the difference between O(1) vs O(n) space complexities
What exactly would an O(n ) operation do?
What is Worst Case?
Why do we use Big O notation to compare algorithms?
Explain your understanding of "Space Complexity" with examples
Name some types of Big O complexity and corresponding algorithms
What is the time complexity for "Hello, World" function?
Why do we use Big O instead of Big Theta (Θ)?
What is meant by "Constant Amortized Time" when talking about time complexity of an algorithm?
What is an algorithm?
What is the difference betwee...
What does it mean if a...
What are some algorithms which we use daily that...