2022-07-05 20:26:22 +08:00
|
|
|
open System.Diagnostics
|
|
|
|
open Sanchime.Algrithm.Sort.Test
|
|
|
|
open Sanchime.Algrithm.Sort.Bubble
|
|
|
|
open Sanchime.Algrithm.Sort.Insert
|
|
|
|
open Sanchime.Algrithm.Sort.Quick
|
|
|
|
open Sanchime.Algrithm.Sort.Merge
|
|
|
|
open Sanchime.Algrithm.Sort.Select
|
|
|
|
|
|
|
|
|
2022-07-06 21:48:36 +08:00
|
|
|
Sanchime.Monads.Test.reader_example () |> ignore
|
2022-07-06 21:15:51 +08:00
|
|
|
// qsort |> test
|