diff --git a/README.md b/README.md index 343480ce0..3f09f1957 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ To get started, simply fork this repo. ## [CONTRIBUTING](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md) -See ways of [contributing](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md) to this repo. You can contribute **solutions** (will be published in this [repo](https://github.com/thekarangoel/Projects-Solutions)) to existing problems, **add new projects** or remove existing ones. Make sure you follow all instructions properly. ## [Solutions](https://github.com/thekarangoel/Projects-Solutions) @@ -42,9 +41,6 @@ Problems are motivated by the ones shared at: Numbers --------- -**Find PI to the Nth Digit** - Enter a number and have the program generate PI up to that many decimal places. Keep a limit to how far the program will go. - -**Find e to the Nth Digit** - Just like the previous problem, but with e instead of PI. Enter a number and have the program generate e up to that many decimal places. Keep a limit to how far the program will go. **Fibonacci Sequence** - Enter a number and have the program generate the Fibonacci sequence to that number or to the Nth number.