Group Members:

  • Alex Lee Jen Fung / 110035647
  • Liu Jia Ming / 110036157
  • Mouhanad Al-Shmali / 110035623
  • Yahia Sweid / 110036236

Bot Saves Princess:

This solution solved two challenges
https://www.hackerrank.com/challenges/saveprincess (Easy)
https://www.hackerrank.com/challenges/saveprincess2 (Easy)

Input:

3
---
-m-
p--

Output:

DOWN
LEFT

BotClean Large: =============== This solution solved three challenges
https://www.hackerrank.com/challenges/botclean (Easy)
https://www.hackerrank.com/challenges/botcleanr (Easy)
https://www.hackerrank.com/challenges/botcleanlarge (Difficult)

Input:

0 0
5 5
b----
--d--
d---d
--d--
----d

Output:

DOWN
RIGHT
RIGHT
CLEAR
DOWN
LEFT
LEFT
CLEAR
RIGHT
RIGHT
RIGHT
RIGHT
CLEAR
DOWN
LEFT
LEFT
CLEAR
DOWN
RIGHT
RIGHT
CLEAR


The Bidding Game:

This soultion solved this challenge
https://www.hackerrank.com/challenges/the-bidding-game (Moderate)

Note: All the solutions have been compiled on HackerRank.