Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~195 People Reached
Favorite Tags
c x 1
Member Avatar for Mst8kenId

does anyone know which specific randomization algorithm the ipod shuffle uses to shuffle its songs? desperately need it for my thesis. thanks.

Member Avatar for Narue
0
118
Member Avatar for Mst8kenId

only a beginner, please bear with me.. there are no errors, but wrong output assumptions: input is correctly formed array size is 20 single digits only 4 basic operations #include<stdio.h> #include<conio.h> #include<ctype.h> #include<stdlib.h> int stk[20]; void push(int a, int b) { stk[a]=b; } int pop(int a) { int b=stk[a]; stk[a]=NULL; …

Member Avatar for abhimanipal
-1
77