krahets / hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
https://www.hello-algo.com
Other
95.51k stars 12.12k forks source link

Code Transpilation to Ruby (Help Wanted) #1253

Closed khoaxuantu closed 2 months ago

khoaxuantu commented 5 months ago

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:

### Heading comment ###

# Single comment

# Multi-line comment
# Multi-line comment
# Multi-line comment

bluebean-cloud commented 5 months ago

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.

khoaxuantu commented 5 months ago

I'm gonna do chapter hashing, it is expected to have a new PR created in one or two days :rocket:

bluebean-cloud commented 5 months ago

I'm gonna do chapter heap.

New PR will be created in next weeks 🚀

PR #1300

martinx commented 5 months ago

Let me do the rest of Sorting chapter

martinx commented 5 months ago

New PR #1284 for selection sort

martinx commented 5 months ago

New PR #1283 for bubble sort

khoaxuantu commented 5 months ago

I'm going to do chapter tree, a new PR will be created soon :rocket:

khoaxuantu commented 4 months ago

I will start doing chapter graph today, expect to have a new PR this weekend 🚀

khoaxuantu commented 4 months ago

I will start doing the rest of chapter sorting, a new PR will be created soon

khoaxuantu commented 3 months ago

@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!

1379

krahets commented 3 months ago

@khoaxuantu Thank you for the great contribution! Look forward to continuing to work with you to make hello-algo better!