ArnisR Posted March 20, 2011 Report Share Posted March 20, 2011 Tātad, kā var sajaukt JS masīva elementus nejaušā secībā ??? var myArray = [1, 2, 3, 4, 5]; Quote Link to comment Share on other sites More sharing options...
codez Posted March 20, 2011 Report Share Posted March 20, 2011 (edited) var a=[5,4,3,2,1]; a.sort(function(){return Math.random()-0.5}) Edited March 20, 2011 by codez Quote Link to comment Share on other sites More sharing options...
wintermute Posted March 20, 2011 Report Share Posted March 20, 2011 Pirmai jautājums : kāpēc tev to vajag ? Izklausās ka tu dari kaut ko pavisam nepareizi .. Ir šitāds algoritms ,ar JS implementāciju : http://sedition.com/perl/javascript-fy.html Bet es tiešam neiteiktu izmantot to , jo masīva sajaukšāna aizņems pārāk daudz resursus. Labāk būtu, ja tu izskaidrotu, ko tieši tu meģini atrisināt, jo iespējams tava pieeja problēmai ir nepareiza. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.