26.01.2014 Views

Slides om asymptotisk analyse

Slides om asymptotisk analyse

Slides om asymptotisk analyse

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Analyse af køretid (RAM-modellen vs. virkeligheden)<br />

public class Linear {<br />

public static void main(String[] args) {<br />

}<br />

long time = System.currentTimeMillis();<br />

long n = Long.parseLong(args[0]);<br />

long total = 0;<br />

for(long i=1; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!