Skip to content
View Boris-Petrov261's full-sized avatar
Block or Report

Block or report Boris-Petrov261

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. uni-homework uni-homework Public

    Homework for my first year at uni studying C++

    C++

  2. cinema-information-system cinema-information-system Public

    A bare bones console interface information system much like a cinema would have

    C++

  3. geometry-3d-space geometry-3d-space Public

    Implementation of various objects in three-dimensional space(line, point, vector, plane) using C++

    C++

  4. deterministic-finite-automaton deterministic-finite-automaton Public

    Implementation of a deterministic finite automaton using C++, STL

    C++

  5. sorting-algorithms-java sorting-algorithms-java Public

    Basic Java implementations of selection sort, insertion sort, bubble sort and quicksort algorithms for integer arrays. This is done merely as an exercise, anyone can improve upon the code and use i…

    Java