Max of a Vector
Write a function to return the max of a vector
mehr als 5 Jahre vor
Gelöst
Times 5
Try out this test problem first.
Given the variable x as your input, multiply it by five and put the result in y.
Examples...
mehr als 5 Jahre vor
Gelöst
Eight Queens Solution Checker
Write a function to verify whether an arrangement of queens on a chessboard is a valid solution to the classic <http://en.wikipe...
mehr als 5 Jahre vor
Gelöst
The Tower of Hanoi
In the <http://en.wikipedia.org/wiki/Tower_of_Hanoi Tower of Hanoi problem> with 3 rods (1, 2 & 3), the goal is to move a tower ...