Skip to content

Instantly share code, notes, and snippets.

View singh-abhijeet's full-sized avatar

Abhijeet Singh singh-abhijeet

View GitHub Profile
@singh-abhijeet
singh-abhijeet / tree_3.py
Last active May 13, 2023 18:19
Binary Tree implementation (Py3)
class Node:
"""
Class Node
"""
def __init__(self, value):
self.left = None
self.data = value
self.right = None
class Tree:

Keybase proof

I hereby claim:

  • I am singh-abhijeet on github.
  • I am abhijeetsingh (https://keybase.io/abhijeetsingh) on keybase.
  • I have a public key whose fingerprint is 0D83 D1E6 6DD7 6AB0 DB08 5228 83AA 7835 0064 1936

To claim this, I am signing this object: