Back to Epicmafia

3rd best player ever

deletedabout 7 years

no.1 and 2 is obviously between maxwell and myself (i'm no.1)

poll includes the top candidates for the next best.

who's the better player
6
Crypto
6
Gira
2
Fantastic
2
Soben
1
Jaguar
about 7 years
try my puzzles. it includes many forms of science and logic to solve. i will bump it at some point. it is an updated version of the Guiser Gang Riddle Challenge.
deletedabout 7 years
So you are posed with a challenge from a mathematical institute offering a million dollars to whomever finds a solution, which clearly they think is possible, and instead of spending your effort finding a solution you spend that effort trying to prove that it isn't possible.


Nice, that's how millions are made for sure. You go dude, you're going places.
about 7 years

Recidivism says

No, you're absolutely wrong, it's definitely possible. They think it would take a top-tier program 1,000 years, but that isn't impossible.


I don't think you're interpreting the challenge correctly. The Millennium Problem actually refers to proving whether P=NP OR P =/= NP. I'm looking at it right now.
https://www.claymath.org/events/news/8-queens-puzzle

So the challenge would be to prove that an algorithm exists which can solve the n-Queens problem in polynomial time, which is what I was discussing before. Polynomial time means that if there are n queens, the algorithm must solve the problem in n or some polynomial made of n (n^2 + 2n, for example) steps.This has not been proven to be possible or impossible yet, one way or the other.
deletedabout 7 years
I guess they don't give you a million dollars for solving an easy puzzle, who wulda thunk it, right tatami?
deletedabout 7 years
deletedabout 7 years
No, you're absolutely wrong, it's definitely possible. They think it would take a top-tier program 1,000 years, but that isn't impossible.
about 7 years
a1, b5, c7, d3, e6, f4, g8, h2 ez
about 7 years
i solved the queen puzzle too
deletedabout 7 years
about 7 years
Yeah I now see that it has been disproven.
about 7 years
Oh shady beat me to it damn. His is also 10x more readable so just read his.

That proof was unfortunately disproven.
about 7 years
The N queens problem is a type of problem in computer science and mathematics that is classified as NP, specifically "NP-complete", a certain complexity class with the implication that if you can find an algorithm (in polynomial time, tl;dr efficient time) for a single problem in that set, it means that it is possible to find one for any of them. The short of NP problems is that it is computationally difficult to find a solution but easy to verify them if you have one-ex. if you have a 1000x1000 board with 1000 queens, it's super easy to verify the solution-but how do you find one quickly?

This is in comparison to a complexity class called P which is easily computable and solutions found pretty simply. If there's an efficient algorithm for it, it's in P.

The biggest question in modern computer science is does P=NP or are they two entirely classes?

What you're aiming for in this N queens problem is finding an algorithm for a problem that is certified NP-complete, with the definition of NP-complete again meaning that if you can find an efficient algorithm for a single NP-complete problem, not only is that problem in P, but so are all other NP problems.

The consensus of most computer scientists and mathematicians is that it is very likely that P does not equal NP, making such an efficient algorithm literally impossible.
about 7 years

Recidivism says

It's not impossible, it's very possible.


What are you talking about? Writing an algorithm that solves the puzzle? Easy. Writing an algorithm that solves the puzzle in polynomial time? Well that gets tricky. It exists in the NP subset of problems (a solution can be verified as correct or incorrect in polynomial time), but a recent German thesis proved (though may be disproven) that P (subset of all problems that can be solved in polynomial time) =/= NP, which means that this puzzle may not be solvable in polynomial time at all.
about 7 years

Recidivism says

It's not impossible, it's very possible.


This is completely wrong.
deletedabout 7 years
It's not impossible, it's very possible.
deletedabout 7 years
about 7 years
okay i only did 8 i don't want to do 100 but i can show you the 8
about 7 years
Yeah the million dollar challenge seems much more difficult, if not impossible. More about computer processing power. No efficient algorithm.
deletedabout 7 years

Anthony says

i have no idea how to translate it into a scaling algorithm or what that even means but i did the queen thing


That makes you a very smart cookie, but not a millionaire.
about 7 years
i have no idea how to translate it into a scaling algorithm or what that even means but i did the queen thing
deletedabout 7 years

Recidivism says


shady12 says

Lol what Recidivism that 8 queens problem is so easy, I just clicked that link and put 8 queens on randomly and got it..


You have to scale it into an algorithm that can do it on a 1,000 x 1,000 board putting down 1,000 queens for a million dollars.


If you solved it, you're a millionaire, and I think that you should give me 100 grand for showing it to you
deletedabout 7 years
about 7 years

Recidivism says

http://www.brainmetrix.com/8-queens/

Here is a puzzle I can't solve, and you get a million dollars if you can put 8 queens on different spots of the board without threatening one another and translate it into a scaling algorithm

My record is seven :(


i solved it i think lmao
deletedabout 7 years
deletedabout 7 years

shady12 says

Lol what Recidivism that 8 queens problem is so easy, I just clicked that link and put 8 queens on randomly and got it..


You have to scale it into an algorithm that can do it on a 1,000 x 1,000 board putting down 1,000 queens for a million dollars.