We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Algorithms
- Greedy
- Jim and the Orders
- Discussions
Jim and the Orders
Jim and the Orders
Sort by
recency
|
536 Discussions
|
Please Login in order to post a comment
Here is my c++ solution, you can watch the explanation video here : https://youtu.be/ISg5mFFafws
C#
vector jimOrders(vector> orders) { vector> sum; int i = 1;
}
whats wrong in this code? (2 test cases failed)
public static List jimOrders(List> orders) { // Write your code here
Java8
return list; }