ProDeveloperTutorial.com
  • DSA
    • Algorithms and Data Structures Tutorial
    • Crack The Coding Interview (DSA Sheet)
  • Coding Languages
    • C++ Tutorial
    • C language Tutorial
    • Linux Shell Scripting Tutorial
    • GIT Tutorial
    • Linux System Calls Tutorials
    • Shell Script Tutorial
  • System Design Tutorial

ProDeveloperTutorial.com

  • DSA
    • Algorithms and Data Structures Tutorial
    • Crack The Coding Interview (DSA Sheet)
  • Coding Languages
    • C++ Tutorial
    • C language Tutorial
    • Linux Shell Scripting Tutorial
    • GIT Tutorial
    • Linux System Calls Tutorials
    • Shell Script Tutorial
  • System Design Tutorial
ProDeveloperTutorial.com

What are You Looking For?

  • Coding Interview Questions
  • C++ Tutorial
  • DataStructure and Algorithms
  • C Language Tutorial
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Find the median of 2 sorted arrays of same size

Problem Statement: You are given 2 sorted arrays of same size. You need to obtain the median (middle) of the array. But first, what is a…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Get minimum number of merge operations to make an array palindrome

Problem Statement: You are given an array, you need to find the minimum number of merge operations to be performed to make the array as a…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Minimum swaps required to bring all elements less than or equal to k together

Problem Statement: You are given an array and a number K. You need to find the minimum number of swaps to bring all the numbers less than…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Three way partitioning of an array around a given range

Problem Statement: Given an array and 2 values [a, b], you need to create a partition such that: 1. Elements of the first partition will be…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Find a triplet that sum to a given value

Problem Statement: Given an unsorted array and a key, you need to find 3 elements in the array that is equal to the key. Example: arr = {2, 1,…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Find whether an array is subset of another array

Problem Statement: Given 2 arrays, check if arr2 is a subset of arr1. Consider all the elements are distinct and both the arrays are not…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Rearrange the array with one positive and one negative number.

Problem Statement: Given an unsorted array with combination of positive and negative integers. you need to re arrange them in one positive and…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Find common element in 3 sorted arrays.

Problem Statement: Given 3 sorted arrays, you need to find all the common elements in all the 3 elements. arr1 = 1 3 5 7 9 arr2 = 2 3 6 7 9…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Inversion Count in an Array

Problem Statement: You are given an unsorted array, you need to return the inversion count. Inversion count is the number of swaps required to…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Arrays: Merge Two Sorted arrays without using extra space

You are given 2 sorted arrays, merge and sort the two arrays in such a way that the initial numbers are in the first array other will be in…
Discover More

Posts pagination

Previous 1 … 40 41 42 … 70 Next
ProDeveloperTutorial.com
Tutorials and Programming Solutions
  • DSA
    • Algorithms and Data Structures Tutorial
    • Crack The Coding Interview (DSA Sheet)
  • Coding Languages
    • C++ Tutorial
    • C language Tutorial
    • Linux Shell Scripting Tutorial
    • GIT Tutorial
    • Linux System Calls Tutorials
    • Shell Script Tutorial
  • System Design Tutorial
© 2024 — ProDeveloperTutorial. All Rights Reserved.