Skip to content

Commit

Permalink
moved backtrack code out, to the algorithms repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdilke committed Mar 29, 2024
1 parent e95675b commit 4a38f6f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 291 deletions.
62 changes: 0 additions & 62 deletions bewl2/src/main/scala/com/fdilke/algo/Backtrack.scala

This file was deleted.

40 changes: 0 additions & 40 deletions bewl2/src/test/scala/com/fdilke/algo/BacktrackSpec.scala

This file was deleted.

This file was deleted.

This file was deleted.

64 changes: 0 additions & 64 deletions bewl2/src/test/scala/com/fdilke/bewl2/apps/NQueens.scala

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import com.fdilke.bewl2.topos.Topos
import scala.Function.untupled
import scala.language.{existentials, postfixOps, reflectiveCalls}
import com.fdilke.bewl2.utility.StockStructures._
import com.fdilke.bewl2.apps.CommutingOpsSubtle.theNext

class FiniteSetsLocalGroupAssistantSpec extends FunSuite:

Expand Down

0 comments on commit 4a38f6f

Please sign in to comment.