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

feat: Added Binary Addition Algorithm #2802

Merged
merged 49 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
47af70e
Digit Separation Algorithm added
mjk22071998 Oct 5, 2024
48f42a7
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 5, 2024
011c4e2
feat: Added namespace greedy_algoriithms
mjk22071998 Oct 5, 2024
76edb15
"Updated digit separation code: added comments and docstrings, change…
mjk22071998 Oct 5, 2024
57f61a6
feat: Made test function and removed extra whitespaces
mjk22071998 Oct 5, 2024
9c0034c
removed some more whitespaces
mjk22071998 Oct 5, 2024
cba0eb9
Update greedy_algorithms/digit_separation.cpp
mjk22071998 Oct 5, 2024
d3edb52
fix: terminate multiline comment
realstealthninja Oct 5, 2024
1fb86db
Update greedy_algorithms/digit_separation.cpp
mjk22071998 Oct 5, 2024
ad03474
Update greedy_algorithms/digit_separation.cpp
mjk22071998 Oct 5, 2024
5f392b9
Update greedy_algorithms/digit_separation.cpp
mjk22071998 Oct 5, 2024
373e1df
Update greedy_algorithms/digit_separation.cpp
mjk22071998 Oct 5, 2024
af077d2
Corrected test function
mjk22071998 Oct 5, 2024
18b6546
Update greedy_algorithms/digit_separation.cpp
mjk22071998 Oct 5, 2024
87b955b
Update greedy_algorithms/digit_separation.cpp
mjk22071998 Oct 5, 2024
a585834
remove redundant declaration
mjk22071998 Oct 5, 2024
ef954a8
Corrected tests
mjk22071998 Oct 5, 2024
1427474
file clang linted
mjk22071998 Oct 6, 2024
a0f488b
Merge branch 'master' into master
mjk22071998 Oct 6, 2024
051448f
Merge branch 'master' into master
mjk22071998 Oct 6, 2024
3f04892
"Moved method implementations from outside to inside class definition"
mjk22071998 Oct 6, 2024
ba56880
fowardOrder to forwardOrder on line 122
mjk22071998 Oct 6, 2024
40ac103
Removed Class scope resolution form digitSeparationReverseOrder function
mjk22071998 Oct 6, 2024
12d8d53
Removed Class scope resolution form digitSeparationForwardOrderfunction
mjk22071998 Oct 6, 2024
28f6901
docs: documentation updated
mjk22071998 Oct 6, 2024
c9cd9a3
Merge branch 'master' of https://github.com/mjk22071998/C-Plus-Plus
mjk22071998 Oct 6, 2024
6c8305b
Merge branch 'master' into master
realstealthninja Oct 7, 2024
cffb85a
Merge branch 'master' into master
realstealthninja Oct 7, 2024
481e5db
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 7, 2024
9772468
initial commit of Binary Addition
mjk22071998 Oct 7, 2024
8461184
"Formatting changes and whitespace adjustments in binary_addition.cpp"
mjk22071998 Oct 7, 2024
c846d8b
Documentation added
mjk22071998 Oct 7, 2024
47685a5
fix: removed unnecessary whitespaces
mjk22071998 Oct 9, 2024
d9113db
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 9, 2024
206758b
Merge branch 'master' into master
mjk22071998 Oct 10, 2024
e62242e
fix: Fixed the case of non binary strings
mjk22071998 Oct 10, 2024
5236bd0
Merge branch 'master' of https://github.com/mjk22071998/C-Plus-Plus
mjk22071998 Oct 10, 2024
b172e05
clang linted
mjk22071998 Oct 10, 2024
19dc886
Merge branch 'master' into master
mjk22071998 Oct 11, 2024
aece5a2
docs: Documentation updated
mjk22071998 Oct 12, 2024
592c0d9
Comments updated
mjk22071998 Oct 12, 2024
074583a
Merge branch 'master' into master
mjk22071998 Oct 16, 2024
12d0b29
Removed link
mjk22071998 Oct 19, 2024
cd8a595
Merge branch 'master' into master
mjk22071998 Oct 19, 2024
e0fc3d8
clang-format and clang-tidy fixes for cd8a5953
github-actions[bot] Oct 19, 2024
916ead7
made `tests()` static
mjk22071998 Oct 22, 2024
3f07ca4
added @returns in documentation of tests function
mjk22071998 Oct 22, 2024
d039369
added @return in documentation of main function
mjk22071998 Oct 22, 2024
b3e829e
Merge branch 'master' into master
mjk22071998 Oct 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into master
mjk22071998 authored Oct 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 074583a2eec48264d8a09f7ccd4a2e30f9b3b98a

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.