#programming-languages
Read more stories on Hashnode
Articles with this tag
Value equal to index value Given an array Arr of N positive integers. Your task is to find the elements whose value is equal to that of its index...
Smaller and Larger Smaller and Larger | Practice | GeeksforGeeks Given a sorted array Arr of size N and a value X, find the number of array elements...
Sum of Series Sum of Series | Practice | GeeksforGeeks Write a program to find the sum of the given series 1+2+3+ . . . . . .(N terms) Example 1:...
Kth smallest element Given an array arr[] and an integer K where K is smaller than size of array, the task is to find the Kth smallest element in the...
Geekforgeeks Practice Solutions · Find minimum and maximum element in an array Given an array A of size N of integers. Your task is to find the minimum...
Geekforgeeks Practice Solutions · Basic Level Questions Binary Search Given a sorted array of size N and an integer K, find the position(0-based...