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?
Should I create a json file to work with this?
The text was updated successfully, but these errors were encountered:
MavapeGZ
changed the title
Problems with Abstract Data Types in Pythom
Problems with Abstract Data Types in Python
Jan 20, 2025
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?
Should I create a json file to work with this?
The text was updated successfully, but these errors were encountered: