Relative Content

Tag Archive for algorithms

Arranging the colors on the board in the most pleasing form [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Can you use Pi as a crude random number generator?

I recently saw this question over at math.SE. It got me thinking. Could Pi be used as a crude random number generator? I mean the results are well known(how long has pi been computed to now?) but, Pi does seem to be quite random when taken 1 digit at a time.

Algorithm to separate the digits in an integer

I’ve been trying to write an algorithm that will separate the digits in an integer and print them. I have to write it in Pseudocode. I know how to write an algorithm that reverse the digits.

Writing algorithm on 2D data set in plain english

I have started an introductory Java class and the material is absolutely horrendous and I have to get excellent grades to be accepted into the master’s degree, hence my very beginner question: