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. 22
      subjects/does_it_fit/README.md

22
subjects/does_it_fit/README.md

@ -23,17 +23,17 @@ Create `volume_fit`. It should return `true` if the geometric volume can fit ins
- `objects`: the type of geometric volume.
- `times`: the number of geometric volumes to fit inside the box.
- `a`: size of dimension for:
- `side` of a `Cube`
- `radius` of a `Sphere`
- `base_area` of a triangular `Pyramid`
- `side_a` of a `Parallelepiped`
- `base_radius` of a `Cone`
- `b`: size dimension for:
- `height` of the triangular `Pyramid`
- `side_b` of a `Parallelepiped`
- `height` of the `Cone`
- `c`: size dimension for:
- `side_c` of a `Parallelepiped`
- `side` of a `Cube`
- `radius` of a `Sphere`
- `base_area` of a triangular `Pyramid`
- `side_a` of a `Parallelepiped`
- `base_radius` of a `Cone`
- `b`: size dimension for:
- `height` of the triangular `Pyramid`
- `side_b` of a `Parallelepiped`
- `height` of the `Cone`
- `c`: size dimension for:
- `side_c` of a `Parallelepiped`
### Expected Functions

Loading…
Cancel
Save