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 18, 2025

Searching and Sorting: Minimum number of swaps required to sort an array

Problem Statement: You are given an array of distinct elements. You need to find the minimum number of swaps required to sort the array.…
Discover More
ProDeveloperTutorial
onJanuary 18, 2025

Searching and Sorting: Sort Integers by The Number of 1 Bits

Problem Statement: You are given a array. You have to sort the integers in ascending order by the number of 1’s in their binary format.…
Discover More
ProDeveloperTutorial
onJanuary 18, 2025

Searching and Sorting: Product of array except itself.

Problem Statement: You are given an array, you need to return an array of the product such that the prod[i] is equal to the product of all the…
Discover More
ProDeveloperTutorial
onJanuary 18, 2025

Searching and Sorting: print all subarrays with 0 sum

Problem Statement: You are given an array and you need to print all the sub array with the sum 0. Example Input: [ -3, -1, 0, 4 ] Subarrays…
Discover More
ProDeveloperTutorial
onJanuary 18, 2025

Searching and Sorting: Merge 2 sorted arrays

Problem Statement: You are given two sorted arrays x[] and y[] of size m and n, You need to merge elements of array x[] to y[] by maintaining…
Discover More
ProDeveloperTutorial
onJanuary 18, 2025

Maximum sum such that no two elements are adjacent

Problem Statement: You are given an array, you need to find the maximum sum of subsequence where no 2 numbers in the sequence are adjacent. So…
Discover More
ProDeveloperTutorial
onJanuary 18, 2025

Searching and Sorting: Maximum sum such that no two elements are adjacent

Problem Statement: You are given an array, you need to find the maximum sum of subsequence where no 2 numbers in the sequence are adjacent. So…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Searching and Sorting: Count all distinct pairs with difference equal to k

Problem Statement: You are given an unsorted array, and an integer K. You need to get all distinct pairs with difference equal to k. Example…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Searching and Sorting: Search an array where adjacent differ by at most k

Problem Statement: You are given an array and has a difference of atmost k. Given a key ‘x’, we need to find the index value of…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Searching and Sorting: Maximum and minimum of an array using minimum number of comparisons

Problem Statement: You are given an unsorted array, you need to get the maximum and minimum element of the array using minimum comparisons.…
Discover More

Posts pagination

Previous 1 … 36 37 38 … 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.