Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrays part 2 #15

Open
coolboyshubham opened this issue Jan 24, 2022 · 0 comments
Open

Arrays part 2 #15

coolboyshubham opened this issue Jan 24, 2022 · 0 comments

Comments

@coolboyshubham
Copy link

  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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant