
A new resource dedicated to various algorithms and their implementation has been opened.
Algorithmatic is distinguished among other things by several features: first, the resource is filled by the users themselves, that is, it is social, and secondly, besides the source code of the algorithm, the site includes the ability to debug the code.
On the main page, we include the suggest database (we don’t have as many as we would like).
')

Algorithms on the site are presented in the form of a list with tags, marked estimates and links to the authors who created the implementation information on the site.

After going to the algorithm page, you will get the opportunity to set the parameters of the problem, which is solved by the algorithm, get the result and evaluate the speed of the algorithm. In addition, on the page there is a description of the problem and the algorithm and the ability to evaluate the algorithm.

On the top right there is an element that allows you to select one of the available options for the algorithm created by users.

Clicking on the “View and edit ...” button will take you to the code editor, which allows you to debug the code directly in your browser with support for viewing the state of variables.

Overall, a very pleasant social project. So far there are several dozens of algorithms and there are few participants - a little over a hundred. But, I hope, the resource will develop. If you are passionate about algorithms, then participate in the project, share your implementations.
