Function

Function

Computer Science

The Study of

  • 能用计算解决的问题

  • 如何解决

  • 如何高效解决

最大的敌人

  • complexity

    • 管理复杂度

      • 抽象

      • Programming paradigms(编程范式或程式设计法)

expressions 的形式

  • 所有形式都可以由 f(x)表示

  • call expression

    • add(2, 3)

    • mul(2, 3)

      add(2,3)
      # add: Operator
      # 2,3: Operand操作数
  • expression tree

    表达式树

Last updated

Was this helpful?