Atul Sharma
Atul Sharma
Implement a program that solves the tower of Hanoi puzzle using recursion.
1. Longest Common Subsequence 2. Longest Increasing Subsequence 3. Edit Distance 4. Minimum Partition 5. Ways to Cover a Distance 6. Longest Path In Matrix 7. Subset Sum Problem 8....
Write a program to convert GPA from 10 scale to scale of **4, 5,** and **3** which can be used for different purposes.
User will give you the number of slabs in income tax layer and amount of tax to be charged (mean to say these values are variable). Create a program to...
- GCD and LCM - Prime Factorization and Divisors - Fibonacci Numbers - Catalan Numbers - Modular Arithmetic - Euler Totient Function - nCr Computations - Set Theory - Chinese...
1. - Smallest number with sum of digits as N and divisible by 10^N 2. - Minimum sum of squares of character counts in a given string after removing k...
Implement a function which when given an entry point to a tree, prints its preorder, inorder and postorder traversal. Write a sample use of the checker function in the main...
Create a program to calculate GPA from grades of a student on the scale of 10. Sample Input: "AAA+BCADE" Sample Output: 7.87 Here: **A+** represents 10, **A** represents 9, **B**...
An optimized implementation is preferred.
Before making a PR do take the review for the implementation you will be going to make a PR for.