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
|
542 Discussions
|
Please Login in order to post a comment
unorthodox java solution but i assume very less space complexity
class Result {
}
Java:
I am starting a new journey, and doing coding challenges in ZigLang. IAW the rules of this platform, I will not post the solution in the editorial.
Here is my c++ solution, you can watch the explanation video here : https://youtu.be/ISg5mFFafws
Python Solution using key-value pairs -