mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 04:36:08 -04:00
Update array-3rd-distinct-0n.py
This commit is contained in:
parent
f519830497
commit
79f1970f2e
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user