example of linear and non-linear data structures?
Answer Posted / greeshma
answer 1 is exactly right
| Is This Answer Correct ? | 92 Yes | 17 No |
Post New Answer View All Answers
Which is the simplest file structure?
Can the double-checked locking fail on a single processor system?
Which sorting does collections sort use?
What are the four characteristics of algorithms?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
Why is sorting necessary?
When is a binary search best applied?
Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).
What is stack algorithm?
What is thread and types of thread?
What do you mean by quadratic probing?
What are data structures in programming?
State the different ways of representing expressions?
What is a spanning tree in data structure?
What is the logic to reverse the array?