A static data structure is one that will not change during the course of the problem (running of the program).
Say you have a program that prompts for data at the beginning and uses this one dataset to complete the whole calculation. That's static.
Dynamic is obviously the opposite.
Say you have a program that prompts for data at the beginning and uses this one dataset to complete the whole calculation. That's static.
Dynamic is obviously the opposite.