#second-smallest-number
Read more stories on Hashnode
Articles with this tag
Given an array of size N, find the second smallest element in the array. (Do not use sort function. Use O(n) approach.) Input Format There are two...