的問題相當多狀態就是我要問的運行時間。比較算法
我有一個算法,我在徘徊什麼是更好的方法來實現啊'大哦'運行時間 - 通過圖形和繪製輸入的數量與運行時間或通過漸近分析?
對於我的圖我目前使用:
private int startTime = System.currentTimeMillis(); //At start of algorithm
private int endTime = System.currentTimeMillis(); //At the end of algorithm
int runningTime = endTime - startTime;
什麼是「測量」的alogrithm的運行時間的兩種方法之間的區別?