Читать книгу Data Structure and Algorithms Using C++ - Sachi Nandan Mohanty - Страница 17
1.8 Questions
Оглавление1 What is data structure?
2 What are the types of operations that can be performed with data structure?
3 What is asymptotic notation and why is this used?
4 What is complexity and its type?
5 Find the complexity of 3n2 + 5n.
6 Distinguish between linear and non-linear data structure.
7 Is it necessary is use data structure in every field? Justify your answer.