new hash function

This hash function is not based on large prime numbers, like those based on RSA. This hash function is based on the Weierstrass function. The […]

Binary Search Tree

It is more than just a binary tree. Requires that the containing generic class has an ordering relationship defined. Test coverage: 73% Maven dependency: Here […]

AVL Tree

Soon is an implementation of an avl tree. An AVL tree (Adelson-Velskii and Landis), two people, the initials of AVL come from their surnames. Website […]