MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / has_loop.py

File has_loop.py

data_structures/linked_list/has_loop.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3from typing import Any
4

Callers

nothing calls this directly

Calls 1

NodeClass · 0.70

Tested by

no test coverage detected