TAVREL KATE's repositories

hash-merkle-tree

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 leaf (called a branch, inner node, or inode) is labelled with the cryptographic hash of the labels of its child nodes

Language:RubyStargazers:1Issues:1Issues:0

ford-fulkerson

The Ford–Fulkerson method or Ford–Fulkerson algorithm (FFA) is a greedy algorithm that computes the maximum flow in a flow network.

Language:RubyStargazers:0Issues:1Issues:0

gaussian-elimination

Gaussian elimination, also known as row reduction - algorithm for solving systems of linear equations

Language:RubyStargazers:0Issues:1Issues:0