Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions marijaalleh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Results

### Theoretical

1. Y
2. N (`apt-get`, instead of `apt`)
3. Y
4. Y
5. Y (technically, JVM is not installed. it is JRE that's installed. JRE then instantiates a JVM for each application that's run)
6. Y
7. Y
8. Y
9. Y
10. N
11. Y (what do you mean with `a`?)
12. Y
13. Y

### Practical

1. ![Very good!](https://i.ytimg.com/vi/NevHEpJCfIw/maxresdefault.jpg)
2. Very good!
2. (extra) Not quite. It either prints all `fit` or all `won't fit`. An input like `98, 5` would not be processed correctly.
3. Very good! Minor mistake: the Fibonacci sequence starts with `1, 1` not `0, 1, 1`