Giter Club home page Giter Club logo

lab3's Introduction

lab3

QuestionA

宣告出一個vector,讓他去儲存n頭牛的重量, 再利用sort()函式將接收到的數字由小排到大, 之後用一個for迴圈,從第n-1格(vector)一直加到第n-6格 如此把前五重的牛重量相加,最後輸出加完的結果

QuestionB

1000 10000 100000 1000000

(nlogn) sort() (seconds): 0.000164 0.00216 0.026709 0.303657

(n^2) insert()(seconds): 0.007999 0.768312 76.6689 7593.8

依據結果發現,執行sort()所需的時間小於insert function所需的時間, 且當所需排序的個數越大時,兩者的時間差也越大, 明顯看出O(nlogn)及O(n^2)所需時間的差異

lab3's People

Contributors

larvavared avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.