sushantssn / java-practice

0 stars 0 forks source link

Interview-programs 1 #6

Open saunaik19 opened 2 years ago

saunaik19 commented 2 years ago

Source: https://www.java67.com/2018/05/top-75-programming-interview-questions-answers.html#ixzz7dYK23bJ2

  1. How to find the missing number in a given integer array of 1 to 100? (solution)

  2. How to find the duplicate number on a given integer array? (solution)

  3. How to find the largest and smallest number in an unsorted integer array? (solution)

  4. How to find all pairs of integer arrays whose sum is equal to a given number? (solution)

  5. How to find duplicate numbers in an array if it contains multiple duplicates? (solution)

  6. How to remove duplicates from a given array in Java? (solution)

  7. How to sort an integer array in place using the QuickSort algorithm? (solution)

8) How to reverse a singly linkedlist

saunaik19 commented 2 years ago

please solve by 10 Sep 2022 We have created new branch for this or create a different repo for Interview Programs

sushantssn commented 2 years ago

1,2 done