You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature will allow the system to track the time a user takes to solve a LeetCode problem and compare it with the average completion time for that problem. This feedback will help users understand their solving speed relative to others and track their improvement over time.
Key Features:
Track Start and End Time: Begin timing when the user opens a problem and stop once the solution is submitted.
Compare with Average: Fetch average completion time from LeetCode (if available) or provide a static benchmark based on difficulty level.
Provide Feedback: Show feedback after submission, indicating whether the user was faster, slower, or at par with the average time.
Store Time Data: Store user’s time data for each problem and create a history so users can track their performance over time.
The text was updated successfully, but these errors were encountered:
🎉 Congratulations @muskan171105! Your issue has been successfully closed! Thanks for your contribution! If you enjoyed contributing, please consider giving us a ⭐ and following us for updates!
This feature will allow the system to track the time a user takes to solve a LeetCode problem and compare it with the average completion time for that problem. This feedback will help users understand their solving speed relative to others and track their improvement over time.
Key Features:
The text was updated successfully, but these errors were encountered: