Computational methods Flashcards
Backtracking
Trying out a sequences of actions and determining how far they succeed until it becomes apparent that it can go no further. Backtracking is essentially trial and error
Data mining
The process of examining large data sets looking for patterns and relationships.
Performance modelling
consists of predicting the way software behaves when in use by analysing program functions and using Big O notation to show how algorithms behave with bigger sizes of input.
Pipelining
is a common technique where the output of one process can be fed into another. Complex jobs can be divided up into separate pipelines so that parallel processing can occur.
Visualisation
problems and data can often be better understood when translated into a visual model, which can show unexpected and interesting trends that could not be produced by traditional manual methods