Skip to content

fave77/Mathball-Docs

Repository files navigation

Introduction

npm version Build Status Known Vulnerabilities Codacy Badge PRs Welcome License: MIT

Mathball is a JavaScript library for competitive programming, implementing optimized algorithms for faster execution.

JavaScript was never built while keeping competitive coding in mind; let us all agree on that. Back in 1995, Brendan Eich developed JavaScript only for adding interactivity to web pages like handling a mouse click. Today, we can build servers, games, mobile apps, IoT apps and even machine learning in the browser is possible with JavaScript.

"Any application that can be written in JavaScript, will eventually be written in JavaScript." -- Atwood's Law.

Hence, I believe maybe its time for people who are well versed with this particular language to finally consider using it in the realm of competitive programming as well.

Overview

Contribution

  1. Fork the project. 🍴
  2. Fix issues & add changes. 🔧
  3. Follow the guidelines given in CONTRIBUTING.md. 🌟
  4. Make a PR. 🔨
  5. Mission Acomplished! 🎉

Notice

Mathball has been selected at GirlScript Summer of Code 2019!

Mentors - Neel Shah, Rishabh Malik, Mridul Aggarwal

License

The MIT License 2019 - Priyabrata Biswas.