|
|
|
|
|
by akasakahakada
970 days ago
|
|
Bro I know this feel. Even books teaching algorithms being written by mathematicians are error everywhere. They never state the type, class, no comment, no explanation, read exceed the last index... This list can go endlessly. When they say "lets declare an empty set for variable T", you don't know whether the thing is a list, set, tuple, ndarray, placeholder for a scalar, or a graph. Some even provide actual code, however, never actually run the code to verify their correctness. |
|