From 0013f69950b96a07890547c6cc1df68634c3258f Mon Sep 17 00:00:00 2001 From: bt3gl <138340846+bt3gl-google@users.noreply.github.com> Date: Sun, 30 Jul 2023 15:55:05 -0700 Subject: [PATCH] Update hash_set_bst.py --- arrays_and_strings/hash_set_bst.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arrays_and_strings/hash_set_bst.py b/arrays_and_strings/hash_set_bst.py index 3955a23..fe14a37 100644 --- a/arrays_and_strings/hash_set_bst.py +++ b/arrays_and_strings/hash_set_bst.py @@ -1,3 +1,8 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# author: bt3gl + + class HashSet: def __init__(self):