Advertisements
Advertisements
प्रश्न
Explain any six data structure operations.
स्पष्ट कीजिए
Advertisements
उत्तर
- Traversal: Accessing each element in a data structure exactly once to process it (e.g., printing all elements).
- Insertion: Adding a new element into a data structure at a specific position.
- Deletion: Removing an existing element from the data structure.
- Searching: Finding the location or presence of a specific element (key) within the data structure.
- Sorting: Arranging the elements in a specific logical order (e.g., ascending or descending).
- Merging: Combining the elements of two similar data structures into a single one.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2023-2024 (July) Official Board Paper
