I_Like_Cute_Grils's blog

By I_Like_Cute_Grils, history, 2 years ago, In English

Is it good to use unordered map for every dp problem as it could be more memory efficient in comparison to vector in c++

»
2 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

How is a hashtable more memory efficient than a vector