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

added algorithms in C++ #33

Closed
wants to merge 1 commit into from

Conversation

rectangle-man
Copy link

add:

  1. Get Bit
  2. Set Bit
  3. Clear Bit
  4. Merge Sort
  5. DNF Sort
  6. Quick Sort
  7. Reversal (Recursive)
  8. Reversal (Iterative)
  9. Reversal of K nodes

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
@axrav
Copy link
Collaborator

axrav commented Oct 5, 2022

@rectangle-man do update file tree in readme

Copy link
Collaborator

@axrav axrav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make the changes in readme too

@sloorush
Copy link
Member

I guess this is dup of #55, This can be closed.

cc: @axrav

@axrav axrav closed this Dec 6, 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