DavidLeoni / sciprog-ds

Scientific Programming Lab for Data Science master @ University of Trento

Home Page:https://sciprog.davidleoni.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linked lists, trees: remove getters and setters

DavidLeoni opened this issue · comments

in linked lists and trees, getters and setters are extra non-pythonic scaffolding we don't actually need (maybe consider explaining proper getters and setters decorators )

we can also rename _field to just field

If we really need to talk about encapsulation, that can be reserved to queues