Skip to content

Conversation

@naoyaikeda
Copy link

I wrote a F# version of stalin sort.

This version was created referring to Haskell version and C # version.

Copy link
Owner

@gustavo-depaula gustavo-depaula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please delete/ignore all files that aren't source files and test files, and move to a folder called f#

Assert.True((List.length sorted_list_ref) = (List.length sorted_list_exp))

[<Test>]
member this.Test2 () =
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the result of a list with repeated numbers like 1 2 4 4 3 6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants