Stories, Tutorials
& Life Tips
Deep dives on coding, health, recipes, travel and everything in between.
π Explore Reading Paths
Follow curated journeys from beginner to expert

What is Asymptotic Analysis and how to calculate it?
In mathematical analysis, asymptotic analysis, also known as asymptotics, is a method of describing limiting behavior. As an illustration, suppose that we are interested in the properties of a functiβ¦

Find the smallest sub array with a sum greater than a given number.
You are given an array of integers and a particular number, you need to find the smallest subarray possible with a sum gβ¦

find the smallest integer which cannot be represented as the sum of any of the subset of the given array.
We have been given a sorted array in increasing order of only positive values, now it is required to find the smallest pβ¦

Check if Pythagorean Triplet is present in an Array
You will be given an array of integers, you have to write a function which will return true if there is a triplet (a, b,β¦

Convert an Array into Zig-Zag Fashion
You are given an array of some distinct elements, you have to rearrange those elements of the array in a zig-zag fashionβ¦

Cutting Rod Problem to get maximum profit
You are given a rod of a particular length and prices at which those different lengths of this rod can be sell, how willβ¦

Minimum Coin Count For a Coin Change Sum Problem
Coin Changing Minimum Count Number of Coins With a Sum Using Dynamic programming. The question is given coins of certaiβ¦

Triplet counts with sum smaller than given Number
We are given an array of distinct integers and along with it a sum value. We have to find count of triplets with sum thaβ¦

Find all possible palindromic partitions in a given string
We will be using recursion for solving this problem. The idea is to navigate through each substring starting from fβ¦

Reverse an array items without affecting any special characters position
In a given string, which also contains special character along with alphabets (‘a’ to ‘z’ and &lβ¦

Coin Change Problem Algorithm Solution
The change-making problem, also known as minimum coin change problem, addresses the question of finding the minimum numbβ¦

Find Longest Increasing Subsequence Using Binary Search
In this approach we will find longest increasing Subsequence using Binary Search. Time Complexity for this approach willβ¦

Find Longest Increasing Subsequence
Finding Longest Increasing Subsequence in an array in N^2 Time complexity. The task is to find the length of the longesβ¦

Write a Simple Hello World Program in JAVA.
Writing a simple hello world programm in java. Java is a general-purpose computer-programming language that is concβ¦
Best Places to visit in Bangalore with Family.
Bangalore is sometimes referred to as the "Silicon Valley of India" (or "IT capital of India") because of its role as thβ¦