Hypothesis is a modern property based testing system designed for mainstream languages. The original version is for Python, where it works extremely well. This is a very rough prototype of what ...
Java-collections This project is for my understanding of Java collection: list interface and Arraylist class, Objects, Iterators (how to iterate over lists safety for removing, adding, and search ...