Every day to re-enforce what you know or remember by practicing coding.
Not sure what to do for today? Run the program to randomly choose one for you!
random.ps1bash random.sh.\random.ps1 -language nodejs -type problem-solving -difficulty easy# -l = Programming Language
# -t = Problem Type
# -d = Difficulty
./random.sh -l java -t problem-solving -d easy.\random.ps1 -language nodejs -type problem-solving -difficulty easy# -l = Programming Language
# -t = Problem Type
# -d = Difficulty
bash random.sh -l rand -t rand -d randMany of the exercises to practise on are from:
- Exercism
You need to register in their platform in order to see the question.
- Leetcode
You don't have to register to see the question.
- Remember what was choosen so that the next time will not pick the same problem again
- Possbily tagging in type as some type is only pertaining to the specifc language
- Allow to specify multiple choices
The Author wanted to have simple way to randomise what should he code or practice for the day.