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