Saurabh Agarwala

Results 3 issues of Saurabh Agarwala

Resolves Issue #14 Version numbers for the required packages in `requirements.txt` are specified, without which incompatible version of packages - `gym(0.15.3)`, `tensorflow(2.0.0)` gets installed and throws up error while execution....

### Description The version number of the various dependencies required for this project isn't specified. So, when one installs directly from requirements.txt using pip, then a non-compatible version of packages...

### Description A python program to calculate the power of a number in O(log(n)) time is implemented. ### How to run Navigate to `Task3/python` directory and execute the command `python3...