DSA icon indicating copy to clipboard operation
DSA copied to clipboard

chore(C): add convert decimal to binary

Open MidhunManu opened this issue 3 years ago • 1 comments

PR Checklist:

  • [ ] My submission is formatted according to the guidelines in the contributing guide
  • [ ] My addition is on refer on the language README.md file
  • [x] My addition does not have a spelling problem
  • [x] My submission has a proper and user-friendly description of the algorithm
  • [x] My submission has the time complexity of the algorithm
  • [ ] My submission has sample input-output of the program (NOT FOR PYTHON)

What kind of change does this PR introduce? (check at least one)

  • [ ] Bugfix
  • [x] New algorithm
  • [ ] Optimization in previous algorithms
  • [ ] Code style update
  • [ ] Refactor
  • [ ] Documentation
  • [ ] Other, please describe:

Briefly describe the changes in this PR

Other information:

MidhunManu avatar Jul 05 '22 20:07 MidhunManu

Thanks for opening this pull request! Please check out our contributing guidelines.

welcome[bot] avatar Jul 05 '22 20:07 welcome[bot]

all the requirements have been fulfilled. The code now returns a string.

MidhunManu avatar Apr 03 '23 20:04 MidhunManu