Skip to content

sf-wdi-25/rubyMerge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Merge Ruby Implementation

##Specs

#merge merges two sorted arrays

##Steps

  • Recall how merge works
  • Pseudocode before!
  • Run rspec in this directory to see your failing tests
  • Implement your code in Ruby in merge.rb
  • Pass the tests in the /spec directory
  • Refactor your code
  • Bonus: add more tests to increase coverage of edge cases & pass them as well

About

Morning Exercise—pass the rspec tests to write a merge function in ruby!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%