|
download functions
here is short description of functions:
function search finds element in array and displays result
function searchB finds element in array and returns Boolean value
function searchCount returns number of apperances of element in array
function union returns union array of two arrays
function shuffle simply shuffles elements of given array and returns new array
will continue to add more.