zoukankan      html  css  js  c++  java
  • Algorithm

    The modern meaning for algorithm is quite similar to that of recipe, process, method, technique, procedure, routine, rigmarole, except that the word "algorithm" connotes something just a little different. Besides merely being a finite set of rules that gives a sequence of operations for solving a specific type of problem, an algorithm has five important features:

    1)Finittness.

    2)Definiteness.

    3)Input.

    4)Output.

    5)Effectiveness.

    Performance analysis: machine independent

    1)Complexity theory
       Space complexity: amount of memory --> a)fixed space(instruction, simple variables, constants). b)memory depends on instance.
       Time complexity: amount of computer time --> a)compile time. b)execution time depends on instance.

    Performance measurement: machine dependent

     1)Asympototic Notation --> Big "Oh"

  • 相关阅读:
    软件工程 2016.6.28 日报
    软件工程课程总结
    工大助手--项目总结
    工大助手--加权平均分计算
    工大助手--数据查询
    7.5
    7月4日日报
    7.3日报
    6.30日报
    6.29.日报
  • 原文地址:https://www.cnblogs.com/007beta/p/3844730.html
Copyright © 2011-2022 走看看