update perms generating algo

This commit is contained in:
alexchao26
2020-12-24 21:56:21 -05:00
parent 207d088a09
commit edda0c9b90
6 changed files with 23 additions and 56 deletions
+2 -6
View File
@@ -1,16 +1,12 @@
/*
Intcode struct is defined within this file
MakePermutations is in the util package as that will likely be reused
*/
package main
import (
"github.com/alexchao26/advent-of-code-go/util"
"fmt"
"log"
"strconv"
"strings"
"github.com/alexchao26/advent-of-code-go/util"
)
func main() {