Trick Generate all the sub arrays of a given array Let Others Too Know 17:23 Question: Given an input array print all the subarrays of the given array. Also print the total number of sub array... Read more No comments:
quora Swap numbers which are multiples of 10 with the next number Let Others Too Know 02:14 Question: Swap two numbers in a given array in such a way that the elements which are multiples of 10 are swapped ... Read more No comments:
Trick Extract distinct integers from an array Let Others Too Know 14:42 Question: Extract distinct integers from an array and store them in another array. Input: 10 ... Read more No comments:
sorting Minimums in Array Let Others Too Know 15:36 Question: Minimums in Array: Geeksforgeeks From the given two arrays of equal size, find the sum of t... Read more No comments:
Trick Factorial of a large number Let Others Too Know 16:38 Question: Factorial: Calculate the factorial for a given number. The first line con... Read more 1 comment:
recurrsion Factorial- Geeksforgeeks Let Others Too Know 15:27 Question: Factorial: Geeksforgeeks Calculate the factorial for a given number. Th... Read more No comments:
searching Maximum no of 1's row - Geeksforgeeks Let Others Too Know 11:17 Question: Maximum no of 1's row - Geeksforgeeks Link : Geeksforgeeks Try without storing in... Read more No comments:
Trick Code the code Let Others Too Know 00:51 Do you know the FB page named Sarcasm ?? I think there are very few who don't know that page... Recently it posted... Read more No comments:
searching Count Pairs in an Array -GeekforGeeks Let Others Too Know 19:07 Question: Count Pairs in an Array -GeekforGeeks Link for question: GeeksforGeeks Input: 2 7 5 0 10 2... Read more No comments:
sorting Sort the given array consisting of binary digits in ascending order Let Others Too Know 12:19 Question: Sort the given array consisting of binary digits in ascending order(descending order) without storing the value... Read more No comments: