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,