progs/lecture3.scala
changeset 418 fa7f7144f2bb
parent 375 ddda2e76a40f
child 448 db2a3e3287a9
--- a/progs/lecture3.scala	Tue Dec 07 01:35:00 2021 +0000
+++ b/progs/lecture3.scala	Tue Dec 07 23:17:51 2021 +0000
@@ -2,6 +2,7 @@
 //=================
 
 
+
 // naive quicksort with "On" function
 
 def sortOn(f: Int => Int, xs: List[Int]) : List[Int] = {