Varanasi-Software-Junction / datastructures

A repository on Data Structures
MIT License
8 stars 5 forks source link

Arrays part 2 #15

Open coolboyshubham opened 2 years ago

coolboyshubham commented 2 years ago
  1. Sorting of an Array
  2. kth largest element of an array, also kth smallest
  3. min and max element of an Array
  4. merge 2 array first in ascending and second in descending oder
  5. diffference betwwen largest and smallest element of the Array
  6. remove the repeated element
  7. print the odd and event element from the Array
  8. Find subsequences that add up to n
  9. Partition between odd and even numbers
  10. Sorting: Bubble sort , Merge sort , Quick sort , Heap sort , Insertion sort