/Placement_Imp_Questions

These Questions are Important for who sitting for on campus or off campus placements. I will be sharing the codes of these questions also for the reference.

Primary LanguageJava

Placement_Imp_Questions

Simple Programs

  1. Palindrome Program in Java.
  2. Fibonacci Series Program using recursion and non recursion.
  3. Factorial series with user input using recursion.
  4. Permutations and Combination in java
  5. Reverse a String
  6. Mirror Inverse a string

Arrays

  1. Reverse an Array. Answer code is in "ReverseAnArray.java".
  2. Find the maximum and minimum element in an array. code is in "MinMaxArray.java".
  3. Find the "Kth" smallest element of an array. code is in "KthSmallest.java".