Browse Source

Merge pull request #1113 from Zewasik/patch-1

Fix problem with list
1122-buz-zinga
MSilva95 2 years ago committed by GitHub
parent
commit
fec0115cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/does_it_fit/README.md

4
subjects/does_it_fit/README.md

@ -28,11 +28,11 @@ Create `volume_fit`. It should return `true` if the geometric volume can fit ins
- `base_area` of a triangular `Pyramid`
- `side_a` of a `Parallelepiped`
- `base_radius` of a `Cone`
- `b`: size dimension for:
- `b`: size dimension for:
- `height` of the triangular `Pyramid`
- `side_b` of a `Parallelepiped`
- `height` of the `Cone`
- `c`: size dimension for:
- `c`: size dimension for:
- `side_c` of a `Parallelepiped`
### Expected Functions

Loading…
Cancel
Save