ACM Home Page
Please provide us with feedback. Feedback
Decoding combinations of the first n integers taken k at a time
Full text PdfPdf (178 KB)
Source
Communications of the ACM archive
Volume 3 ,  Issue 4  (April 1960) table of contents
Pages: 235 - 236  
Year of Publication: 1960
ISSN:0001-0782
Author
Richard M. Brown  Univ. of Illinois, Urbana
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 2,   Downloads (12 Months): 18,   Citation Count: 1
Additional Information:

abstract   cited by   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/367177.367225
What is a DOI?

ABSTRACT

The following problem arose in connection with some studies involving game programming: the representation of any position in the game tree was formed by a sequence of k different integers selected from the first n integers. It was desired to decode any of these representations to a unique memory address such that all such addresses formed a compact group in the memory. Mathematically, the problem was to find a transformation of the representation such that any of the n!/(n - k)! sequences transformed uniquely to one of the set of integers from 0 to [n!/(n - k)! - 1]. A procedure for this is described here.