I currently have a recursive function that outputs permutations of a list. It outputs every permutation, but i want it to only output specific ones after all permutations are found.
Does anyone know how I could create a sort of global variable list that i can keep adding to when the recursion...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.