# | Time Complexity | Space Complexity | Description | Submission | Runtime (4 trials) | Memory (4 trials) |
---|---|---|---|---|---|---|
1 | O(n) | O(1) | Exhause all possible symbol within 1 and 3999, and lookup the symbol from the dictionary | Submission | 66.5 ms | 16.4 MB |
# | Time Complexity | Space Complexity | Description | Submission | Runtime (4 trials) | Memory (4 trials) |
---|---|---|---|---|---|---|
1 | O(n) | O(1) | Exhause all possible symbol within 1 and 3999, and lookup the symbol from the dictionary | Submission | 66.5 ms | 16.4 MB |