Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 672 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 672 Bytes

ArrayOperationMenu

It contain funtions:

  1. INSERTION :- It is for insert elements in array at any index.

  2. SORTED INSERTION :- It is for sorted insertion. If you have to insert element in sorted way.

  3. DELETION :- It is for delete element in array at any index.

  4. ARRAY REVERS :- It is used for rever a array.

  5. SEARCHING :- It is used for searching purpose. In this - I. LINEAR SEARCH. II. BINARY SEARCH. III. BINARY SEARCH (By recursion).

  6. DISPLAY :- for display array.

  7. SORTED ARRAY CHECKING :- Its check array is sorted( Ascending order) or not.

  8. Exit :- Exit program.