/Algorithms-Math-Problem-Solving

Algorithms and math problems for solving little changes.

Primary LanguageJupyter Notebook

Algorithms-Math-Problem-Solving

This repository aims to set some mathematical questions and answer for small problem-solving. It is not only a good exercise for me to solve them and share them with you but also a good way to post snippets of code that together can solve a greater problem.

Features

  • Some of them are written in Swift 4.0
  • Files are in Swift Playgrounds.
  • Recently I have included also some fun exercise in JavaScript

Problems

1. Problem. Award Budget Cuts.

  • Check README.md for all the details in the corresponding folder.

Tech

The problems uses the following tech:

  • [Swift] - Swift is a powerful and intuitive programming language for macOS, iOS, watchOS and tvOS.
  • [Xcode] - Xcode is a complete developer toolset for creating apps for Mac, iPhone, iPad, Apple Watch, and Apple TV.
  • [JavaScript] - I'm running the code in Atom using a cool plugin called: Script. To run simply hit command + i

Installation for Xcode Exercises

Simply make sure you have Xcode's latest version and open the file

  1. Select the problem you are interested in look at.
  2. Try to solve it by your self.
  3. Check the hints.
  4. Contrast your solution with the solution given.

Todos

  • Add the option to include collaborations.
  • Improve Swift syntax for the hints and solutions.

License

Exercises are from www.Pramp.com JavaScript exercises are from www.Udacity.com

MIT License

Copyright (c) 2017 TED

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MIT