count actions and check the efficiency of 7 different algorithm for counting how much different value in given array
algorithm been checks:
- special algorithm made for this task only
- algorithm that use insertion sort
- algorithm that use quick sort
- algorithm that use counting sort
- algorithm that use hash-table
- algorithm that use binary tree search
- algorithm that use red-black tree
the well known part of some algorithm was taking from famous sites and edited for use as check diffrent value algorithm, so thanks that was lot longer if i was build everything from scratch.