mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
Update detect_cycle.py
This commit is contained in:
parent
3d5ed34eab
commit
e085d74110
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# author: bt3gl
|
||||
|
||||
class tNode:
|
||||
class Node:
|
||||
|
||||
def __init__(self, val):
|
||||
self.val = val
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue