[General] [Textbooks] [Motivation]
[History]
[ML] [Prolog] [Ruby] [SmallTalk] [PHP] [C#]
[References]
[Miscellaneous]
There are nice online notes for much of this course's contents at Virginia Tech's CS3304 web site.
See this presentation by Matt Hamilton.
See this presentation by Wenling Chen.
See this presentation by Tom Indelli.
See this presentation by Elias Block.
See here for a password-protected directory of some of the papers listed below.
for i := 1 to n do begin
for j := 1 to n do
if x[i,j] <> 0 then goto REJECT;
write("First all-zero row is: ',i);
break;
REJECT:
end;
[CS Dept.] [UIC]
[Prof. Reed]