We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e7fa0 commit 6b66307Copy full SHA for 6b66307
1 file changed
Cslib.lean
@@ -4,7 +4,6 @@ public import Cslib.AlgorithmsTheory.Algorithms.ListInsertionSort
4
public import Cslib.AlgorithmsTheory.Algorithms.ListLinearSearch
5
public import Cslib.AlgorithmsTheory.Algorithms.ListOrderedInsert
6
public import Cslib.AlgorithmsTheory.Algorithms.MergeSort
7
-public import Cslib.AlgorithmsTheory.Algorithms.SingletapeTMAlgorithms.Basics
8
public import Cslib.AlgorithmsTheory.Lean.MergeSort.MergeSort
9
public import Cslib.AlgorithmsTheory.Lean.TimeM
10
public import Cslib.AlgorithmsTheory.LowerBounds.ComparisonSort
0 commit comments