Name: sadfrog 2012-01-25 16:00
Is it bad using linked lists where i could possibly use arrays?
Having a dynamic data structure is nice in case i decide i need
to remove / add more elements later, but in this case it's unlikely.
What is "good practice" in this case?
Having a dynamic data structure is nice in case i decide i need
to remove / add more elements later, but in this case it's unlikely.
What is "good practice" in this case?