DEV Community

Arnab Ghosh
Arnab Ghosh

Posted on

Placeholder Contributor

Intro

It is my First time participating in Open Source hoping to have fun and learning new Things

ArnabBCA (Arnab Ghosh) · GitHub

Hello everyone I am currently pursuing BCA (1st year) from Techno India (Hooghly Campus). This is my GitHub profile here I will upload my projects, so stay tune - ArnabBCA

favicon github.com

Highs and Lows

I have Succesfully Completed Hacktoberfest Challenge and merged 12 prs

Added Binary Subraction #57

Issue Id you have worked upon -

#50

Briefly explain your program logic -

This binary Subtraction function first ensures that both input binary strings have the same length by padding them with leading zeros if necessary. Then, it performs binary subtraction bit by bit, taking into account borrow when needed. Finally, it removes any leading zeros from the result.

Screenshots(Attach 2 screenshots of your own input and output) -

Attach here


By raising this PR I affirm that -

  • [x] My code follows the guidelines of this project.

  • [x] I have performed a self-review of my own code.

  • [x] I have commented my code.

  • [x] My code gives the correct output.
    Binary Subtractor

  • [x] I affirm that I strictly follow contributing guidelines and code of conduct.

Fixed Empty Spaces Passed in the Input Field #384

Issue ID #382

The Input Field now handles Empty Spaces

Growth

I knew React.js and Build MERN stack Projects

Top comments (0)