Nikita's repositories

Language:C++Stargazers:6Issues:0Issues:0
Language:TeXStargazers:1Issues:0Issues:0

Sierpinski_fractals

Chaos plot visualization of Sierpinski triangle (Sierpinski gasket) and Sierpinski square (Sierpinski carpet) using two different libraries (turtle and mathplotlib).

Language:PythonStargazers:1Issues:1Issues:0
Language:C++Stargazers:0Issues:1Issues:0

Collatz_conjecture_visualization

Visualization of the Collatz Hypothesis (3n + 1 dilemma, Syracuse problem)

Language:PythonStargazers:0Issues:1Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:GoStargazers:0Issues:1Issues:0
Language:GoStargazers:0Issues:1Issues:0
Language:GoStargazers:0Issues:1Issues:0
Language:GoStargazers:0Issues:1Issues:0
Language:GoStargazers:0Issues:1Issues:0
Language:GoStargazers:0Issues:0Issues:0
Language:GoStargazers:0Issues:0Issues:0
Language:CStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

password_generator

A simple generator of a given number of passwords of a certain length, necessarily including at least one lowercase, one uppercase letter and one number.

Language:PythonStargazers:0Issues:0Issues:0
Language:GoStargazers:0Issues:1Issues:0

snowflakes_statistics

The program generates arbitrary coordinates on the canvas, the radius of the snowflake. Then a check is made for the free space that this snowflake will occupy after drawing. If the check is successful, then drawing is performed, and then the generation of new coordinates, otherwise the program will regenerate the coordinates 3000 times, hoping that it will find those that satisfy the test for emptiness (the number of attempts is in the tests variable).The check is carried out by iterating over the data about all circles, which are stored in a sheet of ordered tuples (coordinate 'x', coordinate 'y', radius). If no free space was found, then one of the snowflakes drawn on the canvas is deleted. After drawing the specified number of snowflakes (the value of the variable number_of_snowflakes), drawing stops, using the matplotlib library, a graph of the dependence of drawing the i-th snowflake on the number of necessary coordinates and radius regeneration is built.

Language:PythonStargazers:0Issues:1Issues:0

unit_test_framework_cpp

Simple unit test framework on c++

Language:C++Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:1Issues:0