Array Set Mathematics Library
Source Arrays:
petAnimals: Dog,Cat,Turtle,Frog,Python,Fish,Frog
someMammals: Elephant,Cat,Giraffe,Baboon,Dog,Whale
someCharacters: T,h,i,s, ,s,t,r,i,n,g, ,h,a,s, ,b,e,t,w,e,e,n, ,1,5, ,a,n,d, ,1,3,4,2, ,c,h,a,r,a,c,t,e,r,s, ,a,n,d, ,w,i,l,l, ,b,e, ,s,p,l,i,t, ,i,n,t,o, ,a,n, ,a,r,r,a,y, ,o,f, ,c,h,a,r,a,c,t,e,r,s,.
alphabetChars: R,x,k,b,A,y,Q,I,B,d,W,L,n,U,j,F,i,M,u,K,l,v,a,H,e,q,g,o,O,w,p,N,E,P,f,X,V,c,h,J,Z,Y,r,C,T,S,D,s,G,z,t,m
digits: 0,1,2,3,4,5,6,7,8,9
Unsorted Versions:
petMammals: Dog,Cat
0ms to do 1 iterationsSorted (faster) Versions:
petMammals: Cat,Dog
0ms to do 1 iterations
(view source code to see the javascript which used the library to produce these results)