Skip to content

sauravhathi/find-top-three-repeated-array-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Top Three Repeated Arrays Elements

This is a simple web app to find top three repeated arrays in a given array.

Demo

image

How to use

  1. Enter array in the input field.
  2. Click on submit button.
  3. Top three repeated arrays will be displayed.

Functions

  1. getArray() - Get array from input field.
  2. validateArray(array) - Validate array.
  3. findTopThree() - Find top three repeated arrays.

Classes

  1. Array - Class to store array and its count.

Releases

No releases published

Packages

No packages published

Languages