-
Program to find sum of all numbers formed by path of a binary tree in python
-
Program to count number of surrounded islands in the matrix in python
-
Program to count number of switches that will be on after flipping by n persons in python
-
Program to find the final ranking of teams in order from highest to lowest rank in python
-
Program to check whether we can color a tree where no adjacent nodes have the same color or not in python
-
Program to count number of paths whose sum is k in python
-
Program to find number of days it will take to burn all trees in python
-
Program to check whether we can form 24 by placing operators in python
-
Program to find number of steps to solve 8-puzzle in python
-
Program to check number of ways we can move k times and return back to first place in python
-
Program to find maximum credit we can get by finishing some assignments in python
-
Program to find maximum difference of adjacent values after deleting k numbers in python
-
Program to find nearest number of n where all digits are odd in python
-
Program to find minimum swaps required to make given anagram in python
-
Program to find largest rectangle area under histogram in python
-
Program to find area of largest square of 1s in a given matrix in python
-
Program to make almost BST to exact BST in python
-
Program to find length of longest consecutive path of a binary tree in python
-
Program to find maximum number of boxes we can fit inside another boxes in python
-
Program to check a string can be broken into given list of words or not in python