Some solutions for the julia path
This commit is contained in:
19
julia/mixed-juices/mixed-juices.jl
Normal file
19
julia/mixed-juices/mixed-juices.jl
Normal file
@@ -0,0 +1,19 @@
|
||||
function time_to_mix_juice(juice)
|
||||
|
||||
end
|
||||
|
||||
function wedges_from_lime(size)
|
||||
|
||||
end
|
||||
|
||||
function limes_to_cut(needed, limes)
|
||||
|
||||
end
|
||||
|
||||
function order_times(orders)
|
||||
|
||||
end
|
||||
|
||||
function remaining_orders(time_left, orders)
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user