Skip to content
View alichka06's full-sized avatar

Block or report alichka06

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Bignum_arithmetic Bignum_arithmetic Public

    C++

  2. Lab1_PointContour Lab1_PointContour Public

    Thehe are trapeze ( (0,0), (2a,0), (a,a), (0,a) ) and point ( x, y). For each input a and x, y it tells where is point is situated (in, on or out of the trapeze).

    C++

  3. Lab3_Array Lab3_Array Public

    Add a given value before the first not prime element. If all values in the array are simple, then the given value is added at the end.

    C++

  4. Lab4_Polygon Lab4_Polygon Public

    Calculate the length of the shortest path between the points A and B. There is the convex polygon that can not be crossed.

    C++

  5. Lab5_Polynomial Lab5_Polynomial Public

    Add, multiply and divide two polynomial.

    C++

  6. Lab6_Graph Lab6_Graph Public

    For a directed graph check if there is only one incoming arrow for each vertice.

    C++