prabhupant / python-ds

No non-sense and no BS repo for how data structure code should be in Python - simple and elegant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactoring `isEmpty` function in `deque` class.

f1rstmehul opened this issue · comments

When I was going through deque class. I saw that we can refactor isEmpty method.