Intro
It is my First time participating in Open Source hoping to have fun and learning new Things
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 -
Growth
I knew React.js and Build MERN stack Projects
Top comments (2)
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:
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.)
i have made the necessary changes