I just wanted to know where i can apply the concept of linked lists, or what kind of program requires linked lists application. If any body can help me, I will appreciate.
I just wanted to know where i can apply the concept of linked lists, or what kind of program requires linked lists application. If any body can help me, I will appreciate.
With more sophisticated STL types, you can implement DSs that are two-way associative, like CAMs.
These can be very useful when constructing parsers, for example.
The real fun comes in when we combine them with functors and pointers-to-function.
With more sophisticated STL types, you can implement DSs that are two-way associative, like CAMs.
These can be very useful when constructing parsers, for example.
The real fun comes in when we combine them with functors and pointers-to-function.