Update array-3rd-distinct-0n.py

This commit is contained in:
bt3gl 2023-07-30 15:54:00 -07:00 committed by GitHub
parent f519830497
commit 79f1970f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# author: bt3gl
''' '''
Given an integer array nums, return the third distinct maximum Given an integer array nums, return the third distinct maximum
number in this array. If the third maximum does not exist, number in this array. If the third maximum does not exist,