Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking for Einstein's Riddle solution using F# and I've found only Einstein meets F#.

Is F# suitable for this problem and are there any other implementations?

share|improve this question
5  
Please see the faq. There is no indication of prior effort in solving the problem, and in fact no real question about it. You are essentially just requesting that someone write the code for you - those sorts of requests are off-topic here. – BlueRaja - Danny Pflughoeft Apr 26 '12 at 21:46
3  
I don't want anyone to write code for me. No prior effort of solving - I only want to see any real and useful solution using F# to make idea about language power. I don't care much about Einstein's Riddle. – Pavel Hodek Apr 26 '12 at 21:56
3  
"I don't care much about Einstein's Riddle" - which is why this was closed. "Show me your code" is also off-topic. – BlueRaja - Danny Pflughoeft Apr 26 '12 at 21:58
2  
Here is a solver written in OCaml using a logic programming library called Hansei okmij.org/ftp/kakuritu/zebra.ml – Jon Harrop Apr 27 '12 at 13:20
3  
@Jon: if you can't come to an agreement in the comments here, take it up on Meta Stack Overflow. Do not drag this into other, unrelated questions. I've deleted the irrelevant bits of this conversation to encourage this... – Shog9 Apr 29 '12 at 5:29
show 11 more comments

closed as not a real question by Mark, Onorio Catenacci, John Saunders, Robert Harvey Apr 29 '12 at 5:01

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 10 down vote accepted

My implementation: Solving Zebra Puzzle

share|improve this answer
3  
I love your implementation! – Jon Harrop Apr 28 '12 at 10:38

Not the answer you're looking for? Browse other questions tagged or ask your own question.