The course is called Algorithm Concepts. We just cover the algorithms themselves and the steps that are involved. We learn how they are computed by diagrams and "steps". We do not learn how to program them. In this course it is expected that you already know how to program, so as the course title suggests, the entire class is conceptual.
As far as defenitions go, my professor sometimes uses terms that know one has heard of, like total path matrix for example.
I found out that total path matrix is:
A path matrix of length n denoted by R*n is a matrix containing 0 and 1’s such that the ( i, j) entry is 1 if there is a path of length exactly n from element i to element j in the graphical representation of the R, and the entry (i, j) is 0 otherwise
The total path matrix for R denoted by P*total is a matrix containing 0 and 1 such that the (I, j) entry is 1 as long as there is a path of any length from i to j in the graphical representation of R.
Edited by WingedPanther, 25 March 2009 - 01:09 PM.
Double post