Skip to content

added algorithms in C++#33

Closed
rectangle-man wants to merge 1 commit into
IEEE-VIT:mainfrom
rectangle-man:#19-shaan
Closed

added algorithms in C++#33
rectangle-man wants to merge 1 commit into
IEEE-VIT:mainfrom
rectangle-man:#19-shaan

Conversation

@rectangle-man
Copy link
Copy Markdown

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
Copy Markdown
Collaborator

axrav commented Oct 5, 2022

@rectangle-man do update file tree in readme

Copy link
Copy Markdown
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
Copy Markdown
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