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

Add Sort functionality #32

Open
4 tasks
prasunanand opened this issue Aug 28, 2019 · 6 comments
Open
4 tasks

Add Sort functionality #32

prasunanand opened this issue Aug 28, 2019 · 6 comments
Labels
good first issue Good for newcomers

Comments

@prasunanand
Copy link
Member

Implement the following sort algorithms:

  • Quicksort
  • Heapsort
  • Mergesort
  • Stablesort
@prasunanand prasunanand added the good first issue Good for newcomers label Aug 28, 2019
@ASCcool
Copy link

ASCcool commented Feb 18, 2021

Hi @prasunanand, I am interested to work towards this issue. Would be great if there was some knowledge transfer regarding this.

@prasunanand
Copy link
Member Author

This is an easy to build functionality. Can you write the above mentioned sort algos in C? I can then help you out.

@ASCcool
Copy link

ASCcool commented Feb 18, 2021

Yes @prasunanand definitely. Kindly let me know how shall I proceed.

@prasunanand
Copy link
Member Author

Start working on a PR with C code. Google for tutorials on Ruby C bindings.

@ASCcool
Copy link

ASCcool commented Feb 18, 2021

Sure, I will create the PR to be merged ASAP. It should be to the ext directory, right?

@prasunanand
Copy link
Member Author

yeah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants