can someone help me why iam getting wrong answer in fpolice task
created
last reply
- 3
replies
- 245
views
- 3
users
- 1
link
can someone help me why iam getting wrong answer in fpolice task
hey @simes thanks , I’ve figured out error in my code , i need to start from time t = 0. instead of t=1 and while calculating minimum time once i reached the optimal risk i should only consider the least time.
Hello,
Data Check: Verify input data for accuracy.
Algorithm Logic: Ensure your solution addresses all task requirements.
Test Cases: Run your code against various scenarios.
Edge Cases: Confirm your solution handles extreme values.
Debugging: Step through your code to find issues.
Peer Review: Get input from others familiar with the task.
I hope this will help you
Thank you