fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Documentation Permute #166

Closed nilshah98 closed 5 years ago

nilshah98 commented 5 years ago

Do the checklist before filing the issue:

NOTE: Provide a clear and concise description of the feature that needs to be added! Or if its a bug, then provide the necessary steps to reproduce it along with screenshots.

Provide a brief description of M.permute(), you can refer the implementation for the same here.
Also, follow the documentation format followed for other functions such as here.

Make sure to cover the edge cases, as well as the error cases. Add relevant links as well, pertaining to implementation and use of permute

The important thing here is to make user aware of what does this function do, and what is it's time complexity.

Here is the issue related to this-

84

sweezy793 commented 5 years ago

I would like to work on this.

fave77 commented 5 years ago

@sweezy793 you're assigned