multidimesional double linked lists (c++)
Posted: Thu Aug 16, 2007 2:19 am
When i am in the process on learning something new i usually give myself some challences, and ive done that with the subject of linket lists too.
However when working with multidimensional double linket lists i get into trouble.
I fully understand how they work and can easily make them manually, but it is very timeconsuming and doesnt really make sence in the learning process.
Of course it has to be automated, classes or functions or whatever, but i cant figure out how and it enoys the hell outa me.
The original challence was to create a kind of static wrapped grid with no root, center, whatever. The concept is easy and when the list is first created it is easy to move around within the bounderies, but creating it is a problem for me.
Ive tryed googling over and over again, and i find that people are actually doing this, dont quite know why, but not much explaining is avalible.
Any expert oppinion?
again, i have no problem with the concept of the linked list it self, it is the structuring that is a problem.
(I realise that this might sound kinda stupid and if that is infact the case, please just disregard it)
However when working with multidimensional double linket lists i get into trouble.
I fully understand how they work and can easily make them manually, but it is very timeconsuming and doesnt really make sence in the learning process.
Of course it has to be automated, classes or functions or whatever, but i cant figure out how and it enoys the hell outa me.
The original challence was to create a kind of static wrapped grid with no root, center, whatever. The concept is easy and when the list is first created it is easy to move around within the bounderies, but creating it is a problem for me.
Ive tryed googling over and over again, and i find that people are actually doing this, dont quite know why, but not much explaining is avalible.
Any expert oppinion?
again, i have no problem with the concept of the linked list it self, it is the structuring that is a problem.
(I realise that this might sound kinda stupid and if that is infact the case, please just disregard it)