#errors involving vectors

15 messages · Page 1 of 1 (latest)

rich dragonBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.

worn hawk
#

sounds less like bubbles and more like permutations

ivory bear
#

i think

worn hawk
#

abc is not the same order as bac so, no?

#

post the original problem

#

otherwise you’re just guessing

worn hawk
pale mulch
#

😮

#

i thought the same at first but it got me confused in your previous messages you only mentioned abc, acb, bac, bca and not cab, cba cases. If it's just all permutations i think you can do it ez with backtracking

#

but again, what bad_doggo said

ivory bear
#

u cannot swap c and a directly because you can only swap i and i + 1 you se

lucid tangle
#

your swap function does not swap anything

#

because you used the wrong parameters

ivory bear
#

errors involving vectors