Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sum_of_substrings_of_a_given_num.cpp #131

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

saumya0303
Copy link
Contributor

Algorithm to find the sum of all substrings of a given number

Description

(Brief description on what this PR is about)

If it is solving an issue, mention the issue number

Language

(enter x where it is correct for you)

  • [] C
  • [] C++
  • [] Java
  • [] Python

Language - Branch mapping

Lang The branch to which you are making the PR
C C
C++ master
Java Java
Python Python

Does your PR satisfy this mapping?

  • [] Yes
  • [] No

Checklist

Essentials

  • Changes are complete (i.e. I finished coding on this PR)
  • Code is well-documented

Changes

  • Feature1
  • Feature2

Comments

  • Interesting edge cases to note here

Algorithm to find the sum of all substrings of a given number
Given an incomplete Sudoku configuration in terms of a 9 x 9  2-D square matrix (grid[][]), the task to find a solved Sudoku. For simplicity, you may assume that there will be only one unique solution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants