Posts by Vikash Agarwal
Author Biographical Info: Not available
In this tutorial, we will learn about Matrix Exponentiation and apply it to solve linear recurrences in one variable with C++. Given a linear recurrence relation in one variable al.... Read More
In this tutorial, we will learn about the Weighted Program Scheduling Problem in C++ programming. We will limit our discussion to scheduling programs in a single-core processor. Gi.... Read More
In this tutorial, we will learn about the concept of Sliding Window and apply it to solve the Longest Unique Substring problem. Given a string, the task is to find the longest uniq.... Read More