Skip to content

Comments

insertionSort#1

Open
cody-evaluate wants to merge 1 commit intoFlowtyio:mainfrom
cody-evaluate:main
Open

insertionSort#1
cody-evaluate wants to merge 1 commit intoFlowtyio:mainfrom
cody-evaluate:main

Conversation

@cody-evaluate
Copy link

let values = [2, 1, 5, 6, 1, 7, 0]

insertionSort(values, fun(a: AnyStruct, b: AnyStruct): Int {
return (b as! Int) - (a as! Int)
})

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.

1 participant