You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with my own implementation of generic types of data structures such as Queues, Lists, Stacks...
But I don't know how to make it work properly.
If I have a class MyStack for example, why if I write "MyStack" in the visualizer window I get lots of nodes in the vis, not only the ones of my class?