Skip to content
MasterInCoding
  • Home
  • Contact Us
  • About Us

Practise Programming Questions

1. Array

  • Check if Array Contains a Value?
  • Find Common Elements In Multiple Sorted Array
  • Find First Repeating Element
  • Find Intersection Of Two Sorted Arrays
  • Find Kth Smallest Element In Unsorted Array
  • Find Largest And Smallest Number In Unsorted Array
  • Find Largest Two Numbers
  • Find Missing Number From Integer Array
  • Find Possible Triangles
  • Find Unique Number That Is Not Repeated Twice
  • Leaders In Array
  • Left Rotate Array
  • Merge Sorted Array
  • Minimum Distance Between Two Numbers
  • Remove Duplicates From Array
  • Reverse Array In Place
  • SubArray With Sum Equal To Zero
  • Subarrays Having Negative Sums

2. String

  • Check String Balanced Parentheses
  • Find Occurrence Of Given Character In String
  • First Non Repeating Character Of String
  • Merge Two Strings Alternatively
  • Print All Permutations Of String
  • Reverse Words In String
  • String Anagram
  • String Palindrome

3. Data Structures & Algorithms

Stack & Queue

  • Stack Implementation
  • Queue Implementation

Searching Techniques

  • Linear Search
  • Binary Search

Sorting Techniques

  • Selection Sort
  • Insertion Sort
  • Heap Sort
  • Merge Sort
  • Bubble Sort
  • Bucket Sort
  • Quick Sort

LinkedList Implementations

  • Singly Linked List
  • Doubly Linked List
  • Circular LinkedList
  • Doubly Circular Linked List

Trees

  • Binary Tree
  • Binary Search Tree

For complete Java Solutions visit: https://github.com/mrchaudharyy/Java-Solutions/tree/master/src

Site-Logo-Orange

Our mission is to empower newbie Students to be the creators and developers. Here, you will find tutorials for absolute beginners.

Get Started

  • Tutorials
  • Core Java
  • Java Interview Questions
  • Practise Questions

Navigate

  • Home
  • Learn
  • About
  • Contact

Categories

  • DSA
  • Interview Questions
  • Java
  • Java Collection
  • JSP
  • Programming Questions
  • Spring Boot
Copyright © 2020 - 2023 MasterInCoding. All rights reserved.
  • Home
  • Contact Us
  • About Us