.. (לתיקייה המכילה) | ||
Q: Can we use arrays in hw1? | |
A: No, you can only use the material of lectures 1..3 and tutorials 1..4 |
Q: In question 2, why for the input bobo the ascii codes in the output are 6611166? If we add the ASCII of T from TheMighty it will still be less than billion... | |
A: the ASCII codes are of successive characters of the password. We cannot skip 'o' |
Q: How come some tests of question 3 don't include ENTERs? | |
A: When the input is from a file, the ENTERs aren't necessary. We are sorry for the confusion. |
Q: Is there a bound on the input size for question 2? | |
A: No - it can be of any size, including 0 ("." as an input should be valid). |