Skip to content
Prev Previous commit
Next Next commit
updated
  • Loading branch information
DBJDBJ committed Jul 22, 2021
commit 961f4021fe14814ac2195dc74bae60497873bb3c
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<h1>100%</h1>

#### REFACTORED, SIMPLE, CORRECT AND WORKING

> Refactoring (c) 2021 by dbj@dbj.org -- https://dbj.org/license_dbj
## 100% REFACTORED, SIMPLE, CORRECT AND WORKING
```
Refactoring (c) 2021 by dbj@dbj.org -- https://dbj.org/license_dbj
```

Built on WIN10 using `TDM-GCC-64`. Clang or GCC are required.

Expand All @@ -13,7 +12,7 @@ Original README

### Strassen Algorithm

Implementation of the Strassen Algorithm in C
Implementation of the Strassen Algorithm in C, by Ken Dai aka [`MetalheadKen`](https://github.com/MetalheadKen)

The Strassen algorithm, is an algorithm for matrix multiplication. It is faster
than the standard matrix multiplication algorithm, but would be slower than the
Expand Down