-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Code Transpilation to Ruby (Help Wanted) #1253
Comments
I would like to do the searching part. After I finish one part, I will go on to claim the next part. I will finish it at this week. |
I'm gonna do chapter hashing, it is expected to have a new PR created in one or two days 🚀 |
I'm gonna do chapter heap. New PR will be created in next weeks 🚀 PR #1300 |
Let me do the rest of |
New PR #1284 for |
New PR #1283 for |
I'm going to do chapter tree, a new PR will be created soon 🚀 |
I will start doing chapter graph today, expect to have a new PR this weekend 🚀 |
I will start doing the rest of chapter sorting, a new PR will be created soon |
@krahets I have checked all the topics again and seen that we have done the Ruby code transpilation 🥳 Thanks for helping me contributing so far! And of course, thanks @bluebean-cloud, @junminhong, @cy-by-side and @martinx for your great contributions! |
@khoaxuantu Thank you for the great contribution! Look forward to continuing to work with you to make hello-algo better! |
We appreciate your help in transpiling the code to Ruby.
Please check the contribution guidelines at #15.
For the convention, we are following the Ruby Style Guide and the comments as follows:
Computational complexity feat: Add Ruby code - chapter "computational complexity" #1212
Data structure feat: Add Ruby code block - chapter "Data Structure" #1227
Array and linked list feat: Add ruby code - chapter "array & linked list" #1158
Stack and queue feat: Add Ruby code - chapter "Stack & Queue" #1230
Hashing feat: Add Ruby code - chapter "Hashing" #1276
Tree feat: Add ruby codes - chapter "Tree" #1288
Heap feat: Add ruby codes - chapter "Heap" #1300
Graph feat: Add ruby code - chapter "Graph" #1303
Searching feat: Add Ruby code - chapter "Searching" #1262
Sorting
Greedy feat: Add Ruby codes - chapter "Greedy" #1350
Divide and conquer feat: Add Ruby code - chapter "Divide and Conquer" #1361
Backtracking feat: Add Ruby code - chapter "Backtracking" #1373
Dynamic programming feat: Add Ruby code - chapter "Dynamic Programming" #1378
The text was updated successfully, but these errors were encountered: