Solution for Yandex Contest 2021
-
Updated
May 29, 2021 - Jupyter Notebook
Solution for Yandex Contest 2021
This encryption uses analytic geometry in two-dimensional space. (Relative positions between straight lines)
Recursively finds all the non-negative integer points x_i : i=1..n such that x_1 + x_2 + ... + x_n = r , where r is an integer
Analytical Geometry 2D Library: Matrixes, points, vectors, rectangles, circles.
🏁 Plotting a Porsche using Bézier curves, lines and circumferences using matplotlib
Add a description, image, and links to the analytical-geometry topic page so that developers can more easily learn about it.
To associate your repository with the analytical-geometry topic, visit your repo's landing page and select "manage topics."