Skip to content

Conversation

PauloDoMonte
Copy link

Descrição

  • Added NodeManager class to manage a collection of Node objects.
  • Implemented methods for NodeManager: init, len, getitem, remove, and remove_cascade.
  • Added Node class to represent a node with an id and a parent id.
  • Implemented init and repr methods for Node class.
  • Updated .gitignore to include .vscode directory.

- Added NodeManager class to manage a collection of Node objects.
- Implemented methods for NodeManager: __init__, __len__, __getitem__, remove, and remove_cascade.
- Added Node class to represent a node with an id and a parent id.
- Implemented __init__ and __repr__ methods for Node class.
- Updated .gitignore to include .vscode directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant