Inversion Puzzle The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)What is the cipher behind this circular cyphertext?A well balanced puzzle: Logic puzzle(s) in visual disguiseLepidopterology needed!Capture The StonesFind the number code in the pictureHow should the hexagon be coloured?The Alien grid of picturesA-maze-ing Navigation4x4 Sliding Puzzle with a twistASCII art troubles
Why did all the guest students take carriages to the Yule Ball?
How many people can fit inside Mordenkainen's Magnificent Mansion?
What aspect of planet Earth must be changed to prevent the industrial revolution?
How does ice melt when immersed in water
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
How to delete random line from file using Unix command?
Semisimplicity of the category of coherent sheaves?
Are spiders unable to hurt humans, especially very small spiders?
Is there a writing software that you can sort scenes like slides in PowerPoint?
Hopping to infinity along a string of digits
Match Roman Numerals
Wall plug outlet change
"... to apply for a visa" or "... and applied for a visa"?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Difference between "generating set" and free product?
Can smartphones with the same camera sensor have different image quality?
Problems with Ubuntu mount /tmp
Keeping a retro style to sci-fi spaceships?
Derivation tree not rendering
When did F become S in typeography, and why?
Python - Fishing Simulator
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Are my PIs rude or am I just being too sensitive?
University's motivation for having tenure-track positions
Inversion Puzzle
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)What is the cipher behind this circular cyphertext?A well balanced puzzle: Logic puzzle(s) in visual disguiseLepidopterology needed!Capture The StonesFind the number code in the pictureHow should the hexagon be coloured?The Alien grid of picturesA-maze-ing Navigation4x4 Sliding Puzzle with a twistASCII art troubles
$begingroup$
You can describe your inversions however you like. I think an ordered grid from the center (n,m) is easy to understand (doesn't matter where to start due to radial symmetry), or an image
visual
New contributor
$endgroup$
add a comment |
$begingroup$
You can describe your inversions however you like. I think an ordered grid from the center (n,m) is easy to understand (doesn't matter where to start due to radial symmetry), or an image
visual
New contributor
$endgroup$
$begingroup$
Neat puzzle! Is there a reason why the black regions are not uniform? It's not important, but it makes the puzzle slightly harder to solve using an image editor because it breaks floodfilling.
$endgroup$
– noedne
Apr 9 at 21:42
$begingroup$
Because I drew them in procreate. Thats a good point I'll remember that next time I make something like this
$endgroup$
– Artem Lugin
Apr 9 at 21:45
add a comment |
$begingroup$
You can describe your inversions however you like. I think an ordered grid from the center (n,m) is easy to understand (doesn't matter where to start due to radial symmetry), or an image
visual
New contributor
$endgroup$
You can describe your inversions however you like. I think an ordered grid from the center (n,m) is easy to understand (doesn't matter where to start due to radial symmetry), or an image
visual
visual
New contributor
New contributor
New contributor
asked Apr 9 at 21:16
Artem LuginArtem Lugin
38510
38510
New contributor
New contributor
$begingroup$
Neat puzzle! Is there a reason why the black regions are not uniform? It's not important, but it makes the puzzle slightly harder to solve using an image editor because it breaks floodfilling.
$endgroup$
– noedne
Apr 9 at 21:42
$begingroup$
Because I drew them in procreate. Thats a good point I'll remember that next time I make something like this
$endgroup$
– Artem Lugin
Apr 9 at 21:45
add a comment |
$begingroup$
Neat puzzle! Is there a reason why the black regions are not uniform? It's not important, but it makes the puzzle slightly harder to solve using an image editor because it breaks floodfilling.
$endgroup$
– noedne
Apr 9 at 21:42
$begingroup$
Because I drew them in procreate. Thats a good point I'll remember that next time I make something like this
$endgroup$
– Artem Lugin
Apr 9 at 21:45
$begingroup$
Neat puzzle! Is there a reason why the black regions are not uniform? It's not important, but it makes the puzzle slightly harder to solve using an image editor because it breaks floodfilling.
$endgroup$
– noedne
Apr 9 at 21:42
$begingroup$
Neat puzzle! Is there a reason why the black regions are not uniform? It's not important, but it makes the puzzle slightly harder to solve using an image editor because it breaks floodfilling.
$endgroup$
– noedne
Apr 9 at 21:42
$begingroup$
Because I drew them in procreate. Thats a good point I'll remember that next time I make something like this
$endgroup$
– Artem Lugin
Apr 9 at 21:45
$begingroup$
Because I drew them in procreate. Thats a good point I'll remember that next time I make something like this
$endgroup$
– Artem Lugin
Apr 9 at 21:45
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
My solution is
2 moves to make the inversions - was very slow to make this horrible graphic!
$endgroup$
$begingroup$
Correct! Also works with most circles and sections
$endgroup$
– Artem Lugin
Apr 9 at 22:49
$begingroup$
I would have drawn it quicker by making a fresh start with an 8 x 4 rectangular grid. I was able to floodfill the white areas with black but somehow not with black areas with white.
$endgroup$
– Weather Vane
Apr 9 at 22:51
$begingroup$
Black areas are shaded. Will make it easier next time. You can see the shading better here m.imgur.com/Sg5RLNi
$endgroup$
– Artem Lugin
Apr 9 at 22:58
$begingroup$
My apologies to @PiIsNot3 because I inadvertently copied his final image, mistaking it for the one in the puzzle. Corrected.
$endgroup$
– Weather Vane
Apr 9 at 23:00
add a comment |
$begingroup$
EDIT: I found an even better
2 inversion solution:
And of course, this is the optimal solution because you obviously can’t get to the end with only one inversion
Original answer: I can do it in
6 inversions
by
inverting a set of 4 non-adjacent big triangles (the ones that go BWBW or WBWB), then inverting the 2 black rings that result from that. (Will update with a visual later)
$endgroup$
$begingroup$
Correct! Not sure who got it first but both correct
$endgroup$
– Artem Lugin
Apr 9 at 22:51
$begingroup$
@ArtemLugin this was first with the 6 solution, I was working on the graphic for my 2 solution when PilsNot3 announced he had found a 2 solution. However I didn't post anything until mine was ready.
$endgroup$
– Weather Vane
Apr 10 at 7:11
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "559"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Artem Lugin is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f81584%2finversion-puzzle%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
My solution is
2 moves to make the inversions - was very slow to make this horrible graphic!
$endgroup$
$begingroup$
Correct! Also works with most circles and sections
$endgroup$
– Artem Lugin
Apr 9 at 22:49
$begingroup$
I would have drawn it quicker by making a fresh start with an 8 x 4 rectangular grid. I was able to floodfill the white areas with black but somehow not with black areas with white.
$endgroup$
– Weather Vane
Apr 9 at 22:51
$begingroup$
Black areas are shaded. Will make it easier next time. You can see the shading better here m.imgur.com/Sg5RLNi
$endgroup$
– Artem Lugin
Apr 9 at 22:58
$begingroup$
My apologies to @PiIsNot3 because I inadvertently copied his final image, mistaking it for the one in the puzzle. Corrected.
$endgroup$
– Weather Vane
Apr 9 at 23:00
add a comment |
$begingroup$
My solution is
2 moves to make the inversions - was very slow to make this horrible graphic!
$endgroup$
$begingroup$
Correct! Also works with most circles and sections
$endgroup$
– Artem Lugin
Apr 9 at 22:49
$begingroup$
I would have drawn it quicker by making a fresh start with an 8 x 4 rectangular grid. I was able to floodfill the white areas with black but somehow not with black areas with white.
$endgroup$
– Weather Vane
Apr 9 at 22:51
$begingroup$
Black areas are shaded. Will make it easier next time. You can see the shading better here m.imgur.com/Sg5RLNi
$endgroup$
– Artem Lugin
Apr 9 at 22:58
$begingroup$
My apologies to @PiIsNot3 because I inadvertently copied his final image, mistaking it for the one in the puzzle. Corrected.
$endgroup$
– Weather Vane
Apr 9 at 23:00
add a comment |
$begingroup$
My solution is
2 moves to make the inversions - was very slow to make this horrible graphic!
$endgroup$
My solution is
2 moves to make the inversions - was very slow to make this horrible graphic!
edited Apr 9 at 22:58
answered Apr 9 at 21:55
Weather VaneWeather Vane
2,262112
2,262112
$begingroup$
Correct! Also works with most circles and sections
$endgroup$
– Artem Lugin
Apr 9 at 22:49
$begingroup$
I would have drawn it quicker by making a fresh start with an 8 x 4 rectangular grid. I was able to floodfill the white areas with black but somehow not with black areas with white.
$endgroup$
– Weather Vane
Apr 9 at 22:51
$begingroup$
Black areas are shaded. Will make it easier next time. You can see the shading better here m.imgur.com/Sg5RLNi
$endgroup$
– Artem Lugin
Apr 9 at 22:58
$begingroup$
My apologies to @PiIsNot3 because I inadvertently copied his final image, mistaking it for the one in the puzzle. Corrected.
$endgroup$
– Weather Vane
Apr 9 at 23:00
add a comment |
$begingroup$
Correct! Also works with most circles and sections
$endgroup$
– Artem Lugin
Apr 9 at 22:49
$begingroup$
I would have drawn it quicker by making a fresh start with an 8 x 4 rectangular grid. I was able to floodfill the white areas with black but somehow not with black areas with white.
$endgroup$
– Weather Vane
Apr 9 at 22:51
$begingroup$
Black areas are shaded. Will make it easier next time. You can see the shading better here m.imgur.com/Sg5RLNi
$endgroup$
– Artem Lugin
Apr 9 at 22:58
$begingroup$
My apologies to @PiIsNot3 because I inadvertently copied his final image, mistaking it for the one in the puzzle. Corrected.
$endgroup$
– Weather Vane
Apr 9 at 23:00
$begingroup$
Correct! Also works with most circles and sections
$endgroup$
– Artem Lugin
Apr 9 at 22:49
$begingroup$
Correct! Also works with most circles and sections
$endgroup$
– Artem Lugin
Apr 9 at 22:49
$begingroup$
I would have drawn it quicker by making a fresh start with an 8 x 4 rectangular grid. I was able to floodfill the white areas with black but somehow not with black areas with white.
$endgroup$
– Weather Vane
Apr 9 at 22:51
$begingroup$
I would have drawn it quicker by making a fresh start with an 8 x 4 rectangular grid. I was able to floodfill the white areas with black but somehow not with black areas with white.
$endgroup$
– Weather Vane
Apr 9 at 22:51
$begingroup$
Black areas are shaded. Will make it easier next time. You can see the shading better here m.imgur.com/Sg5RLNi
$endgroup$
– Artem Lugin
Apr 9 at 22:58
$begingroup$
Black areas are shaded. Will make it easier next time. You can see the shading better here m.imgur.com/Sg5RLNi
$endgroup$
– Artem Lugin
Apr 9 at 22:58
$begingroup$
My apologies to @PiIsNot3 because I inadvertently copied his final image, mistaking it for the one in the puzzle. Corrected.
$endgroup$
– Weather Vane
Apr 9 at 23:00
$begingroup$
My apologies to @PiIsNot3 because I inadvertently copied his final image, mistaking it for the one in the puzzle. Corrected.
$endgroup$
– Weather Vane
Apr 9 at 23:00
add a comment |
$begingroup$
EDIT: I found an even better
2 inversion solution:
And of course, this is the optimal solution because you obviously can’t get to the end with only one inversion
Original answer: I can do it in
6 inversions
by
inverting a set of 4 non-adjacent big triangles (the ones that go BWBW or WBWB), then inverting the 2 black rings that result from that. (Will update with a visual later)
$endgroup$
$begingroup$
Correct! Not sure who got it first but both correct
$endgroup$
– Artem Lugin
Apr 9 at 22:51
$begingroup$
@ArtemLugin this was first with the 6 solution, I was working on the graphic for my 2 solution when PilsNot3 announced he had found a 2 solution. However I didn't post anything until mine was ready.
$endgroup$
– Weather Vane
Apr 10 at 7:11
add a comment |
$begingroup$
EDIT: I found an even better
2 inversion solution:
And of course, this is the optimal solution because you obviously can’t get to the end with only one inversion
Original answer: I can do it in
6 inversions
by
inverting a set of 4 non-adjacent big triangles (the ones that go BWBW or WBWB), then inverting the 2 black rings that result from that. (Will update with a visual later)
$endgroup$
$begingroup$
Correct! Not sure who got it first but both correct
$endgroup$
– Artem Lugin
Apr 9 at 22:51
$begingroup$
@ArtemLugin this was first with the 6 solution, I was working on the graphic for my 2 solution when PilsNot3 announced he had found a 2 solution. However I didn't post anything until mine was ready.
$endgroup$
– Weather Vane
Apr 10 at 7:11
add a comment |
$begingroup$
EDIT: I found an even better
2 inversion solution:
And of course, this is the optimal solution because you obviously can’t get to the end with only one inversion
Original answer: I can do it in
6 inversions
by
inverting a set of 4 non-adjacent big triangles (the ones that go BWBW or WBWB), then inverting the 2 black rings that result from that. (Will update with a visual later)
$endgroup$
EDIT: I found an even better
2 inversion solution:
And of course, this is the optimal solution because you obviously can’t get to the end with only one inversion
Original answer: I can do it in
6 inversions
by
inverting a set of 4 non-adjacent big triangles (the ones that go BWBW or WBWB), then inverting the 2 black rings that result from that. (Will update with a visual later)
edited Apr 9 at 22:22
Adam
344120
344120
answered Apr 9 at 21:32
PiIsNot3PiIsNot3
2,512437
2,512437
$begingroup$
Correct! Not sure who got it first but both correct
$endgroup$
– Artem Lugin
Apr 9 at 22:51
$begingroup$
@ArtemLugin this was first with the 6 solution, I was working on the graphic for my 2 solution when PilsNot3 announced he had found a 2 solution. However I didn't post anything until mine was ready.
$endgroup$
– Weather Vane
Apr 10 at 7:11
add a comment |
$begingroup$
Correct! Not sure who got it first but both correct
$endgroup$
– Artem Lugin
Apr 9 at 22:51
$begingroup$
@ArtemLugin this was first with the 6 solution, I was working on the graphic for my 2 solution when PilsNot3 announced he had found a 2 solution. However I didn't post anything until mine was ready.
$endgroup$
– Weather Vane
Apr 10 at 7:11
$begingroup$
Correct! Not sure who got it first but both correct
$endgroup$
– Artem Lugin
Apr 9 at 22:51
$begingroup$
Correct! Not sure who got it first but both correct
$endgroup$
– Artem Lugin
Apr 9 at 22:51
$begingroup$
@ArtemLugin this was first with the 6 solution, I was working on the graphic for my 2 solution when PilsNot3 announced he had found a 2 solution. However I didn't post anything until mine was ready.
$endgroup$
– Weather Vane
Apr 10 at 7:11
$begingroup$
@ArtemLugin this was first with the 6 solution, I was working on the graphic for my 2 solution when PilsNot3 announced he had found a 2 solution. However I didn't post anything until mine was ready.
$endgroup$
– Weather Vane
Apr 10 at 7:11
add a comment |
Artem Lugin is a new contributor. Be nice, and check out our Code of Conduct.
Artem Lugin is a new contributor. Be nice, and check out our Code of Conduct.
Artem Lugin is a new contributor. Be nice, and check out our Code of Conduct.
Artem Lugin is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Puzzling Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f81584%2finversion-puzzle%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Neat puzzle! Is there a reason why the black regions are not uniform? It's not important, but it makes the puzzle slightly harder to solve using an image editor because it breaks floodfilling.
$endgroup$
– noedne
Apr 9 at 21:42
$begingroup$
Because I drew them in procreate. Thats a good point I'll remember that next time I make something like this
$endgroup$
– Artem Lugin
Apr 9 at 21:45