Atul Sharma

Results 18 issues of Atul Sharma

Implement a program that solves the tower of Hanoi puzzle using recursion.

good first issue
first-timers
feature_request
hacktoberfest

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....

good first issue
hacktoberfest

Write a program to convert GPA from 10 scale to scale of **4, 5,** and **3** which can be used for different purposes.

enhancement
good first issue
first-timers
feature_request
hacktoberfest

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...

good first issue
first-timers

- GCD and LCM - Prime Factorization and Divisors - Fibonacci Numbers - Catalan Numbers - Modular Arithmetic - Euler Totient Function - nCr Computations - Set Theory - Chinese...

good first issue
first-timers

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...

good first issue
first-timers
hacktoberfest

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...

first-timers

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**...

good first issue
first-timers
hacktoberfest

An optimized implementation is preferred.

good first issue
first-timers
hacktoberfest

Before making a PR do take the review for the implementation you will be going to make a PR for.