![]() |
.. (לתיקייה המכילה) | |
In Q1, what kind of errors can be given as an answer? | |
There was a typo, listing compilation errors twice (once as `hidur', once as `compilation'). The acceptable errors are runtime error, compilation error and badly defined I/O. |
What about helper functions, it is not clear whether we can use them | |
You can use helper functions. You cannot use ML library functions that were not defined in the slides. When using helper functions, make sure that they are indeed helpful. Points will be reduced for inefficient coding of solutions. |
In Q3,Q4, can we assume that no number appears more than once in the sequence/tree? | |
Yes. |