Posts by Ritvik Nimmagadda

Author Biographical Info: Not available

Unbounded fractional knapsack problem in Python

By Ritvik Nimmagadda

In this blog, we are going to learn the unbounded fractional knapsack problem in Python. It is a classic greedy problem. Almost every algorithm course covers this problem. So let&#.... Read More

Babylonian method to find square root using Python

By Ritvik Nimmagadda

In this post, we are going to learn how to design a program to generate the square root of a number using the Babylonian method in Python. Though there are many methods to calculat.... Read More

Related Posts