最大的差值

這是數據結構老師佈置的第6道題,題目要求如下: 顯然這是一個O(n^n)的算法,下面是我自己實現的O(n)的算法,和leetcode上賣股票的題相類似。 代碼實現: #include"pch.h" #include<iostream> #include<vector> #include<cmath> #include<math.h> #include<algorithm> using namesp
相關文章
相關標籤/搜索