calgorithmdata-structureshashtableobject-oriented-database

need to know what is exactly a resizable dynamic data structure


I'm a software engineer student, and we are studying C. Actually we are deal with data structure, so in some of my search about hash tables especially linear probing I read the term of "resizable dynamic data", but hardly I found a good explanation. Please help me to discover more about..


Solution