Skip to content

sachinsaxena1996/agreeya_proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby version used: ruby 2.3.1p112
Rspec version: 3.5.0


(save_princess.rb) solves: https://www.hackerrank.com/challenges/saveprincess
To run program please type below command in program directory:
ruby save_princess.rb 5 'Top Right'				
(The options can be changed to the required arguments as per the problem statement allows)
To Run Rspec:
rspec spec/save_princess_spec.rb



(save_princess_2.rb) solves : https://www.hackerrank.com/challenges/saveprincess2
Please use below commands:
ruby save_princess_2.rb 5 2 2					
(The options can be changed to the required arguments as per the problem statement allows)
To Run Rspec:
rspec spec/save_princess_2_spec.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages