DrAmitAherwar1

Sort by
Sorting is the fundamental process of arranging a collection of items, such as numbers, text, or dates, into a specific order, like ascending, descending, or alphabetical.sorting (1).ppt
Hashing refers to the process of generating a small sized output
searching is the process of locating given value position in a list of values
Search is a process of finding a value in a list of values. In other words, searching is the process of locating given value position in a list of values
Stack, implementation using array and linked list
stack is an ordered list in which insertion and deletion are done at one end, called top.
introduction to Array with classifications
introduction of Data structure with example