![]() |
.. (לתיקייה המכילה) | |
In part 1 - Are the provided tests sufficient?
|
The provided tests may or may not cover everything that can go wrong with the code. We can (and will) add additional tests to make sure you did not changed the functionality of the code. |
In part 1 - Are we allowed to add import statement to the class?
|
Yes, as long as these are standard library classes. [Update] - You can also import other classes from the project. |
In part 1 - Are we allowed to change methods/classes other then those requested?
| No. You can only change the requested methods or add new methods in the same classes. |
What are the changes after the tokenizer update?
|

