Skip to content

Commit

Permalink
Updated example code language
Browse files Browse the repository at this point in the history
  • Loading branch information
blulion authored Oct 23, 2017
1 parent 3cadc10 commit fb92998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The below algorithm is slightly optimized version to avoid swapping `key` elemen
```
A quick implementation in Swift is as shown below :

```
```swift
var array = [8, 3, 5, 1, 4, 2]

func insertionSort(array:inout Array<Int>) -> Array<Int>{
Expand Down

0 comments on commit fb92998

Please sign in to comment.