Skip to content

Commit f919a8c

Browse files
authored
Merge pull request kodecocodes#766 from imvm/strassen-swift4.2
[Swift 4.2] Update Strassen Multiplication Matrix
2 parents af10fe9 + f24a004 commit f919a8c

File tree

1 file changed

+0
-5
lines changed
  • Strassen Matrix Multiplication/StrassensMatrixMultiplication.playground

1 file changed

+0
-5
lines changed

Strassen Matrix Multiplication/StrassensMatrixMultiplication.playground/Contents.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
//: Playground - noun: a place where people can play
22

3-
// last checked with Xcode 9.0b4
4-
#if swift(>=4.0)
5-
print("Hello, Swift 4!")
6-
#endif
7-
83
import Foundation
94

105
var A = Matrix(rows: 2, columns: 4, initialValue: 0)

0 commit comments

Comments
 (0)