To get output in a file in linux: python3 solution.py < input.txt > output.txt
To check your output: diff your_output_file_location output.txt
Full course for interview preperation:
- Warmup Round
- Pattern
- Matrix
- Recursion
- Dynamic Programming
- Sorting And Searching