What is space complexity of a program?



What is space complexity of a program?..

Answer / Tarun Pal

Space complexity refers to the amount of memory that a program requires to run efficiently. It is usually expressed using Big O notation and considers variables, data structures, temporary storage, and any other resources used by the program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Explain merge sort algorithms.

1 Answers  


What do you mean by secondary clustering?

1 Answers  


Which is better hashset or treeset?

1 Answers  


What is meant by strongly connected in a graph?

1 Answers  


What type of data structure is used to perform recursion?

1 Answers  


How do you assign an address to an element of a pointer array ?

1 Answers  


What is an expression tree?

1 Answers  


What is a subtree?

1 Answers  


Differentiate between priorityqueue and treeset.

1 Answers  


What is integer max_value?

1 Answers  


Mention one advantage and disadvantage of using quadratic probing?

1 Answers  


Why do we study data structures?

1 Answers  


Categories