A Thousand Ships
955d5affa8
Reduce and prevent unnecessary random-access to List
...
Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when
accessing a single element)
* Removed subscript operator, in favor of a more explicit `get`
* Added conversion from `Iterator` to `ConstIterator`
* Remade existing operations into other solutions when applicable
2024-05-04 16:08:55 +02:00
..
2023-06-08 15:19:19 +02:00
2024-04-29 13:00:30 +02:00
2024-05-04 16:08:55 +02:00
2023-01-05 13:25:55 +01:00
2024-03-17 02:39:16 -03:00
2024-04-28 16:24:48 -05:00
2023-01-05 13:25:55 +01:00
2023-01-09 10:58:43 +01:00
2023-01-22 13:59:52 +02:00
2023-06-08 15:19:19 +02:00
2024-04-23 12:59:24 +03:00
2024-04-27 16:22:57 +02:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2024-03-08 23:31:24 +01:00
2023-01-05 13:25:55 +01:00
2023-06-08 15:19:19 +02:00
2023-02-15 09:45:38 +01:00
2024-04-23 12:59:24 +03:00
2024-01-11 16:59:38 +02:00
2024-01-11 16:59:38 +02:00
2024-05-02 19:09:42 +03:00
2024-05-02 19:09:42 +03:00
2023-01-05 13:25:55 +01:00
2023-06-08 15:19:19 +02:00
2024-01-26 14:42:28 +01:00
2024-01-26 14:42:28 +01:00
2023-01-05 13:25:55 +01:00
2024-01-26 14:42:28 +01:00
2023-03-20 08:14:18 +02:00
2024-05-02 19:09:42 +03:00
2024-05-02 19:09:42 +03:00
2023-09-21 14:21:00 +03:00
2023-09-21 14:21:00 +03:00
2023-01-14 19:38:00 +03:00
2024-02-13 16:57:02 +02:00
2024-02-13 16:57:02 +02:00
2024-03-10 14:01:23 -05:00
2023-06-08 15:19:19 +02:00
2023-06-08 15:19:19 +02:00
2023-01-05 13:25:55 +01:00
2024-01-26 14:42:28 +01:00