I am getting my list reversed with my hash table implementation. Can somebody give me a hint?
I have [(‘b’,99),(‘a’,34)] and hence get Q5 as false
I am getting my list reversed with my hash table implementation. Can somebody give me a hint?
I have [(‘b’,99),(‘a’,34)] and hence get Q5 as false
Can you share the ss of your hash_table function and get_index function implementation?