guys, I know that Stack and LinkedList basically have elements that are compose by the "value" and the "Link" pointing to the next value. Does Set have the same structure?
Thanks
Printable View
guys, I know that Stack and LinkedList basically have elements that are compose by the "value" and the "Link" pointing to the next value. Does Set have the same structure?
Thanks
No, it is completely different.