what is data structure.in linear and non linear data
structures which one is better?Explain
Answer Posted / some guy
++linear and non-linear data structures have their own
significance ......which is better then the other is depend
on the application of data structure ...
for eg.
linear search vs. BST(binary search tree)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
How will you write a code for accessing the length of an array without assigning it to another variable?
Which are low level languages?
Why main is used in c?
What is function what are the types of function?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Write a program of prime number using recursion.
Explain what is the purpose of "extern" keyword in a function declaration?
Why do we use pointer to pointer in c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Why is c called c?
Differentiate Source Codes from Object Codes
What are the differences between Structures and Arrays?
What is the difference between NULL and NUL?
Why do we need volatile in c?