Skip to content

Borgaard/algorithms-ruby-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Intro to Algorithms Lab

A programmer interview

#Tweetlio

You've seen a cool job posting for a software developer at Tweetlio, the first thing they asked you to do was to complete an online programming test.

Good luck!

Overall Setup and Submission Instructions

How to complete the Lab

  • We want you to complete some Algorithms for us

  • We have written some RSpec tests and provided you with a little bit of code

  • All you need to do is make the tests pass, you may not change the tests

  • You are complete when rspec runs without errors in the lab folder

  • ALL Your work will be done under the lab/lib folder

  • cd lab and run rspec to see which tests are broken

  • Make you changes (or add files if required) in the lab/lib folder that you see fit to get the tests to pass

  • Do Not change the tests (specs), if a test is failing make changes to your code to make it pass!

  • If you get stuck, discuss the problem with your programming buddy, then ask an instructor

  • Once you complete the lab or do not which to proceed further. Commit your changes to your local git repository and follow the instructions in Overall Setup and Submission Instructions

  • With some labs a solution may be provided for your reference in the solution folder. But please do not refer to this until you have exhausted all other means of solving the lab. On some assignments the instructor may choose not to provide the solution until after the labwork has been submitted

#IMPORTANT NOTES!

  • The specs for you code are in shared/spec/lab_spec.rb instead of the normal spec folder because the lab shares the tests between the solution and lab projects.

  • Don't change the tests!

  • It is not expected that you are able to complete the entire lab at this time, some people are more advanced at programming than others, so don't stress out. The process of trying to solve the problems is the excercise and learning experience

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%