Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 322 Bytes

File metadata and controls

13 lines (11 loc) · 322 Bytes
john -> 1
jack -> 2*1	->3
john -> 2	->5
jack -> 2*2	->9
john -> 3	->12
jack -> 3*2 ->1	->13

No. of times John and jack came to put up the brick-> john(3), Jack(3)
Who put the brick in the end -> jack

image