Skip to content

Instantly share code, notes, and snippets.

@samidhtalsania
samidhtalsania / bintree.py
Last active October 28, 2022 14:28
Binary tree in Python
class Node():
def __init__(self,key):
self.key = key
self.left = None
self.right = None
self.parent = None
class Tree():

This uses Twitter Bootstrap classes for CodeIgniter pagination.

Drop this file into application/config.