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 exactly would an O(n ) operation do?
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 is Worst Case?
Why do we use Big O notation to compare algorithms?
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 (Θ)?
Explain your understanding of "Space Complexity" with examples
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 are some algorithms which we use daily that...
What does it mean if a...