Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 315 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 315 Bytes

Interview Preperation

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:

  1. Warmup Round
  2. Pattern
  3. Matrix
  4. Recursion
  5. Dynamic Programming
  6. Sorting And Searching