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

links: An AVL tree (Adelson-Velskii and Landis), two people, the initials of AVL come from their surnames. Website to create an animated AVL: https://www.cs.usfca.edu/~galles/visualization/AVLtree.html Is […]