This repo contains a python workspace to benchmark time, memory and other properties for a series of solution scripts generally designed for coding challenges.
to install create a set_up pkg in working directory, for the challenge_utils folder and then
pip install -e.
in terminal.
#!/bin/bash
git submodule add https://github.com/abbasmoosajee07/challenge_utils.git challenge_utils
git submodule update --init --recursive
git add .gitmodules challenge_utils git commit -m "Add challenge_utils submodule"
git push origin main
echo "Submodule added. Verification:" git submodule status cat .gitmodules