Languages :: General :: in a pseudocode, what does this mean? |
|||
| By: VB guy |
Date: 17/02/2003 00:00:00 |
Points: 20 | Status: Answered Quality : Excellent |
|
for P = 2**(T-1), 2**(T-2), 2**(T-3), ..., 1 do << // what do these mean R = 0, D = P for Q = 2**(T-1), 2**(T-2), 2**(T-3), ..., P do << // what does 2** mean for (K = 1 to N - D ) and ((K-1) and P) = R do in parallel if A[K] > A[K + D] then swap(A[K], A[K + D ]) end if end for D = Q - P R = P end for end for |
|||
| By: VGR | Date: 17/02/2003 09:22:00 | Type : Answer |
|
| power (^ or ** when people don't have that character) |
|||
|
Do register to be able to answer |
|||
©2010 These pages are served without commercial sponsorship. (No popup ads, etc...). Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Please DO link to this page!








