Chris O

Results 3 issues of Chris O

### Describe your change: Added an algorithm to approximate b**? = x. For example: 2**? = 32 --> 2**5 = 32 --> ? = 5 * [x] Add an algorithm?...

awaiting reviews
tests are failing

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - Added volume of torus algorithm to Volume.js - [x] Add an algorithm? - [ ] Fix a bug or typo in...

Wrote `directory_writer.jl` and changed `directory_writer.yml` to use this file to build directory, rather than using a python script.

enhancement