Tanay R Dandekar
@TanayRD1904
3 published packets
Joined Feb 2021
Published Projects
Implementation of N-queen Problem in Python
In this article, we are going to solve the N queen problem using the backtracking approach in python.
Apr 01, 2021
String alignment in Python using ljust(), rjust() and center()
In this article, we are going to explore ljust, rjust and center methods in Python to align a given string just like we do in Microsoft word to left, right, or center align a given selected text.
Mar 16, 2021
Fractional Knapsack Problem using Greedy Approach in Python
In this article, we are going to learn about the fractional knapsack problem and its implementation in python using the greedy approach.
Feb 26, 2021