edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

Changed mutable default argument to immutable #172

Closed LukasBerka closed 2 years ago

LukasBerka commented 2 years ago

Potentional bug is fixed by making a default argument immutable.

Fixes #164