DEV Community

Arnab Ghosh
Arnab Ghosh

Posted on • Updated on

Hacktoberfest 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 (2)

Collapse
 
sloan profile image
Sloan the DEV Moderator

Hey there, it looks like you've completed or are close to completing Hacktoberfest 2023! ๐ŸŽƒ๐Ÿ

To make sure you get the recognition you deserve, please follow these quick steps:

  1. Update your post to include direct GitHub PR links to help us verify your contributions.
  2. Ensure your GitHub account matches your Hacktoberfest profile. It's crucial for validation.
  3. Refer to the Contributor Template for detailed post formatting guidance.

This guarantees accurate tracking and lets you proudly display your well-earned badge!

Thanks for your fantastic participation. Let's finish strong and celebrate your contributions together. (Refer to this post for full contributor completion instructions.)

Collapse
 
arnabbca profile image
Arnab Ghosh

i have made the necessary changes