Skip to content
View Seygaa's full-sized avatar

Block or report Seygaa

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. findingKthElement findingKthElement Public

    Program for recursive finding kth smallest element in array

    Java

  2. graphColoring graphColoring Public

    An algorithm that colors the vertices of the graph with a maximum of 5 colors using 5-color theorem (very planar graph is 5-colorable).

    Java

  3. sortedArray sortedArray Public

    An algorithm that checks how many elements will fit in the given range. Thanks to the use of the binsearch algorithm pessimistic time complexity equals O (log n).

    Java

  4. NSum NSum Public

    The algorithm finds the representation of a natural number in the form of the sum of the nth powers of natural numbers.

    Java

  5. Kindergarten Kindergarten Public

    The dining philosophers problem

    Java

  6. Spreadsheet Spreadsheet Public

    Java