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

Lots of bit manipulation, sorting and linked list algos in C++ #55

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rectangle-man
Copy link

Updated the README.md file

Added the following bit manipulation algorithms:
1) Get Bit
2) Set Bit
3) Clear Bit
Added the following sorting algorithms:
1) Merge Sort
2) DNF Sort
3) Quick Sort
Added the following linked list algorithms:
1) Reversal (Recursive)
2) Reversal (Iterative)
3) Reversal of K nodes
@rectangle-man rectangle-man changed the title Rectangle man #9 Oct 13, 2022
@axrav
Copy link
Collaborator

axrav commented Oct 17, 2022

Please Resolve the conflicts

@sloorush
Copy link
Member

@rectangle-man Are you still planning to work on this?

@sloorush sloorush changed the title #9 Lots of bit manipulation, sorting and linked list algos in C++ Nov 22, 2022
@sloorush sloorush mentioned this pull request Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants