/scratchpad

Pieces of test code.

Primary LanguageShell

scratchpad

Pieces of test code for learning and sharing.

How to run?

Prerequisites

Executing the code

  • Windows:
./setup_windows.ps1
  • Unix based
./setup_unix.sh

Files and folders

  • Each subject has its own folder like src/file_operations/python
  • in that folder we have few more folders as follows
    • original: The program logic as received, might be reworded for better understanding or representation.
    • alternative: Alternative solution to the problem.
    • tests: Folder containing the test files.