Distance from point to n-dimensional line [closed]
Closed 12 years ago.
Detect duplicate in a subset from a set of elements
I have a set of numbers say : 1 1 2 8 5 6 6 7 8 8 4 2…
Taking a Projects Development to the Next Level [closed]
Closed 9 years ago.
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 […]
Is there a ‘design pattern’ type listing of common algorithms? [closed]
Closed 11 years ago.
One dimensional cutting algorithm with minimum waste [closed]
Closed 5 years ago.
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.
How to find optimal path visit every node with parallel workers complicated by dynamic edge costs?
Say you have an acyclic directed graph with weighted edges and create N workers.
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: