- Lithuania, Vilnuis
- https://www.codingame.com/profile/e9c9e03bf8ec9b4035d7b80d9531577a8335714
-
json-logic-rb Public
Ruby implementation of JsonLogic. JsonLogic rules are JSON trees. The engine walks that tree and returns a Ruby value. Ships with a compliance runner for the official test suite.
-
-
-
json-logic-rb-humanizable Public
Translate JsonLogic rules into readable sentences.
-
gaussian-elimination Public
Gaussian elimination, also known as row reduction - algorithm for solving systems of linear equations
Ruby UpdatedOct 2, 2022 -
ford-fulkerson Public
The Ford–Fulkerson method or Ford–Fulkerson algorithm (FFA) is a greedy algorithm that computes the maximum flow in a flow network.
Ruby UpdatedOct 2, 2022 -
hash-merkle-tree Public
In cryptography and computer science, a hash tree or Merkle Hash Tree is a tree in which every "leaf" (node) is labelled with the cryptographic hash of a data block, and every node that is not a l…