The other day in my CS Classes they gave us an assignment where given a graph with edges and weights, we had to answer a range of queries for the Minimax Path Problem. The number of queries was ~ ...
A Cairo library implementation of Cartesian Merkle Trees (CMTs) - an efficient data structure combining binary search tree properties with heap properties and Merkle tree cryptographic verification ...