Skip to content

Commit

Permalink
typo/reformat of README
Browse files Browse the repository at this point in the history
  • Loading branch information
remzi-arpacidusseau committed May 20, 2020
1 parent 2fe2afa commit a38ab45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions file-raid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ In this case, calculating the answers is easy: in RAID-0, recall that the
underlying disk and offset that services a request is calculated via modulo
arithmetic:

> disk = address % number_of_disks
> offset = address / number_of_disks
```sh
disk = address % number_of_disks
offset = address / number_of_disks
```

Thus, the first request to 16 should be serviced by disk 0, at offset 4. And
so forth. You can, as usual see the answers (once you've computed them!), by
Expand Down

0 comments on commit a38ab45

Please sign in to comment.