From 79f1970f2eda5d46d570dec4965a77479c7da35f Mon Sep 17 00:00:00 2001 From: bt3gl <138340846+bt3gl-google@users.noreply.github.com> Date: Sun, 30 Jul 2023 15:54:00 -0700 Subject: [PATCH] Update array-3rd-distinct-0n.py --- arrays_and_strings/array-3rd-distinct-0n.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arrays_and_strings/array-3rd-distinct-0n.py b/arrays_and_strings/array-3rd-distinct-0n.py index a010f79..dbaa778 100644 --- a/arrays_and_strings/array-3rd-distinct-0n.py +++ b/arrays_and_strings/array-3rd-distinct-0n.py @@ -1,3 +1,7 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# author: bt3gl + ''' Given an integer array nums, return the third distinct maximum number in this array. If the third maximum does not exist,