jasonwyz98
Programmer
Hello
i'm implementing a substitute teacher's class for a school project, and each sub has a list of preferred schools, subjects, etc that they want to teach. My question is that generally is it a good idea to implement a linked list inside the sub class to contain the list. I've decided not to use array since the list may grow in the future. Any opinions are well come
thanks
i'm implementing a substitute teacher's class for a school project, and each sub has a list of preferred schools, subjects, etc that they want to teach. My question is that generally is it a good idea to implement a linked list inside the sub class to contain the list. I've decided not to use array since the list may grow in the future. Any opinions are well come
thanks