#dsa
Read more stories on Hashnode
Articles with this tag
The problem says that you are given an array of n size. The array is not sorted and your task is to find the kth smallest element in the array. So...
OK so the question is to find the Maximum and the minimum element in a given array, the array is not sorted. So since the array is not sorted you...
Given an array of size N, that contains only 0s, 1s, and 2s. Our task is to sort the array in ascending order, so that all the 0 comes first, followed...