Pinned Loading
-
Swiss-tournament-system-in-football
Swiss-tournament-system-in-football PublicThis 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
-
Segment-tree
Segment-tree PublicSimple class represents classic segment tree for sums with set(int index, double value) and getSum(int leftBound, int rightBound) methods
Java
-
vampires
vampires PublicSomething 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++
-
Number-of-Combinations-and-Permutations-with-multithreading
Number-of-Combinations-and-Permutations-with-multithreading PublicFunctions find k-combinations and k-permutations of your array of n elements using multithreading(C(n, k); A(n, k)).
C++
-
Something-kind-of-chess
Something-kind-of-chess PublicSomething 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++
-
Find-17-th-element-of-the-vector
Find-17-th-element-of-the-vector PublicIn 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++
If the problem persists, check the GitHub status page or contact support.