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
- Implementation
- Library Fine
- Discussions
Library Fine
Library Fine
Sort by
recency
|
1030 Discussions
|
Please Login in order to post a comment
Here is my c++ solution, you can watch the explanation here : https://youtu.be/EhPgZkwwx4Y
Here is my Python solution! It looks a bit complicated but is just a series of if, elif, and else statements to calculate the fine.
Python