I've been learning Python for a year now and I have taken an interest in data structures and algorithms. I was watching a video on hash maps and the instructor said that to solve hash map collisions, you should use a linked list. I thought about it and I wondered whether you could use a nested hash map. Wouldn't this increase the efficiency?
A general explanation of this would be amazing but one from a Python perspective would be incredible.
Thanks.