Popular repositories Loading
-
-
-
Sub-Strings-Ruby
Sub-Strings-Ruby PublicImplement a method #substrings that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument. It should return a hash listing each substring…
-
Sub-String
Sub-String PublicImplement a method #substrings that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument. It should return a hash listing each substring…
Ruby
-
Stock-Picker
Stock-Picker Publicmplement a method #stock_picker that takes in an array of stock prices, one for each hypothetical day. It should return a pair of days representing the best day to buy and the best day to sell. Day…
Ruby
-
Bubble-Sort
Bubble-Sort PublicBuild a method #bubble_sort that takes an array and returns a sorted array. It must use the bubble sort methodology (using #sort would be pretty pointless, wouldn’t it?).
Ruby
If the problem persists, check the GitHub status page or contact support.