Skip to content
View GrimySoal's full-sized avatar
🐔
🐔
Block or Report

Block or report GrimySoal

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

Pinned

  1. Swiss-tournament-system-in-football Swiss-tournament-system-in-football Public

    This program was created for holding football tournaments according to the Swiss system. The functionality is slightly different from the original. It calculates the next round of matches based on …

    C++ 1

  2. Segment-tree Segment-tree Public

    Simple class represents classic segment tree for sums with set(int index, double value) and getSum(int leftBound, int rightBound) methods

    Java

  3. vampires vampires Public

    Something like a game about vampires(V) where they are trying to catch you(H) and you should move away from them. The program is implemented using WinApi

    C++

  4. Number-of-Combinations-and-Permutations-with-multithreading Number-of-Combinations-and-Permutations-with-multithreading Public

    Functions find k-combinations and k-permutations of your array of n elements using multithreading(C(n, k); A(n, k)).

    C++

  5. Something-kind-of-chess Something-kind-of-chess Public

    Something like chess with a slightly reduced functionality, for example, there is no castling, and the game does not ends with the сheckmate, but with the destruction of the opponent’s king. The v…

    C++

  6. Find-17-th-element-of-the-vector Find-17-th-element-of-the-vector Public

    In this program I'd like to show you how to use approximately 14 design patterns to find the 17-th element of the vector

    C++