You can solve any tasks from https://leetcode.com/problems list. Better if they're not already solved ;)
Name convention should be leet_id.py where id is a number of the problem you solved.
Also first line should be a comment with URL of problem and second line should be your runtime results.
Example of file
P.S. you can use any programming language.
You can solve any tasks from https://leetcode.com/problems list. Better if they're not already solved ;)
Name convention should be
leet_id.pywhereidis a number of the problem you solved.Also first line should be a comment with URL of problem and second line should be your runtime results.
Example of file
P.S. you can use any programming language.