Hi what is the space complexity of this nested dictionary?Is itO(N) or O(N^2) ? where N is the number of items in thedictionary?
{0: {1: 950, 2: 3590}, 1: {0: 950, 3: 3340}}
Expert Answer
An answer will be send to you shortly. . . . .
Hi what is the space complexity of this nested dictionary?Is itO(N) or O(N^2) ? where N is the number of items in thedictionary?
{0: {1: 950, 2: 3590}, 1: {0: 950, 3: 3340}}
An answer will be send to you shortly. . . . .