Skip to content

Commit 1477447

Browse files
committed
Update contributors and show Ruby code in markdown
1 parent a3462d0 commit 1477447

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Gathros
55
Jeremie Gillet (- Jie -)
66
Salim Khatib
77
Hitesh C
8+
Arun Sahadeo

chapters/sorting_searching/bubble/bubble_sort.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This means that we need to go through the vector $$\mathcal{O}(n^2)$$ times with
2020
[import, lang:"haskell"](code/haskell/bubbleSort.hs)
2121
{% sample lang="cpp" %}
2222
[import, lang:"c_cpp"](code/c++/bubblesort.cpp)
23+
{% sample lang="rb" %}
24+
[import, lang:"ruby"](code/ruby/bubble.rb)
2325
{% endmethod %}
2426

2527
... And that's it for the simplest bubble sort method.

0 commit comments

Comments
 (0)