Skip to content

Instantly share code, notes, and snippets.

@wanderindev
Created June 19, 2022 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanderindev/9193fad4ccd511dffe20fef3c775a47a to your computer and use it in GitHub Desktop.
Save wanderindev/9193fad4ccd511dffe20fef3c775a47a to your computer and use it in GitHub Desktop.
def is_empty(self) -> bool:
"""Returns True is the linked list is empty"""
return not self.head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment