How many types of linked lists what are they?
How many types of data structures?
Answer Posted / avinash jadhav
There are three types of linked list:
1. Singly liked list
2. Doubly link list
3. Circular link list
There are two types of data structures:
1. Linear Data Structure: In this data structure we are
doing the operation sequentially on the data.
examples; Arrays, stacks, queues, and linked list.
2. Non- Linear data structure:In this data structure we are
doing the operation randomly.
examples; Trees and Graphs.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
What is modeling?
how could explain about job profile
How can you tell whether a program was compiled using c versus c++?
Explain about C function prototype?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What are two dimensional arrays alternatively called as?
I have seen function declarations that look like this
What does malloc () calloc () realloc () free () do?
How do you search data in a data file using random access method?
what is uses of .net
What is || operator and how does it function in a program?
How can you return multiple values from a function?
Explain what is a const pointer?
c program for searching a student details among 10 student details