mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update detect_cycle.py
This commit is contained in:
parent
3d5ed34eab
commit
e085d74110
@ -2,7 +2,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# author: bt3gl
|
||||
|
||||
class tNode:
|
||||
class Node:
|
||||
|
||||
def __init__(self, val):
|
||||
self.val = val
|
||||
|
Loading…
x
Reference in New Issue
Block a user