This is a Ruby project to demonstrate Bubble Sort using the following methods:
This method takes an array of integers and returns a sorted array. It uses bubble sort methodology.
This method sorts an array by accepting a block. Yield command has been used inside the method definition to achieve this.
- Ruby
👤 Ricardo
- Github: @ricardo123321
👤 Paul Omondi
- Github: @paulo-techie