This project contains Python scripts and tests for solving algorithmic problems. The main focus is on implementing and testing solutions for tasks such as rearranging arrays and incrementing numbers.
Clone the repository:
git clone <repository-url>Navigate to the project directory:
cd technical-testRearrange Array in Alternating Min-Max Order
python alt_min_max.pyIncrement a Number Represented as an Array
python plus_one.pyTesting
python -m unittest test.py