Martes, Marso 27, 2018

THRESH: The Chain Warden


RESOURCES: http://leagueoflegends.wikia.com/wiki/Thresh/Strategy

ALGORITHM and PSEUDOCODE

ALGORITHM and PSEUDOCODE

Algorithm - a set of steps to accomplish a task. In computer science or computer programming,                                algorithm is a step by step codes to do a certain program.

EXAMPLE
  1. Start the program.
  2. Initialize all the variables
  3. Input the values of variables
  4. Do the calculations, formulas and processes.
  5. Display the output
  6. End.

Pseudocode - a detailed and readable description of algorithm to do a task. It is used as                                               detailed step of process of a program.

EXAMPLE

  1. Set the value of total to zero
  2. get all the number to be added
  3.  add all the number and it will be the sum
  4. and divide the sum to the total numbers get
  5. display the total average







Resources:
http://whatis.techtarget.com/definition/algorithm
http://whatis.techtarget.com/definition/pseudocode

FLOWCHART: SYMBOLS and FUNCTION

FLOWCHART


Symbols and Functions


Flowchart - flowchart is a graphical representation of an                        algorithm and codes that will coded to a computer.








Resources: https://www.programiz.com/article/flowchart-programming