DS
Across
- 4. A linear collection of data elements where the linear node is given by means of pointer is called? Pointertonode linear node is given by means of pointer is called as in linked list each node contains a minimum of two fields. One field is data field to store the data second field is?
- 6. ______is a linear data structure
- 8. How many pointers requires to modify while inserting an element in circular linked list?
- 9. ______sort algorithm provide the best time complexity in the worst-case scenario
Down
- 1. _______sort method would be most suitable for sorting a list which is almost sorted
- 2. memory is allocated dynamically to a data structure during execution by _____ function
- 3. _____sort is one of the divide and Conquer sorting algorithm
- 5. Linked list is considered as an example of ___________ type of memory allocation.
- 7. Elements in an array are accessed_____________