This is a simple web app to find top three repeated arrays in a given array.
- Enter array in the input field.
- Click on submit button.
- Top three repeated arrays will be displayed.
getArray()
- Get array from input field.validateArray(array)
- Validate array.findTopThree()
- Find top three repeated arrays.
Array
- Class to store array and its count.