-
-
Notifications
You must be signed in to change notification settings - Fork 360
Added Bubble Sort in Crystal #319
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
Conversation
Welcome to the AAA @NIFR91, we appreciate your contribution! |
@@ -0,0 +1,22 @@ | |||
#!/usr/bin/env crystal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe would be better to leave this line out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I aggre, I checked the implementation in ruby and i saw it had it too. Crystal called this way makes an automatic fast compilation and execute it. I think it is better to remove it.
@jiegillet Thanks, I really like the idea of AAA, I just added the language to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think now it looks great. Good job :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No apology necessary, you did great! Thank you for your contribution, I'm looking forward to see other algorithms in Crystal.
Bubble sort in Crystal-lang