Posts by tjgfernandes • 1 point
1 post
-
-1
votes2
answers187
viewsA: Ruby syntax
In the code "def permut(vet)" it declares the method "permut". Within the same method it calls itself (recursion). It is the implementation of permutation: "The concept of permutation expresses the…