University of Nevada, Las Vegas (UNLV),
This website is a resource for
computer science (CS) for me.
Sections
- Links
- Sorting
- Links
- computer science (CS)
- Computer Science Dept. (CS) at
UNLV,
- Directory But Guymon Hall is not there yet.
- Information Technology Minor Guymon Hall,
TBE-B346, hallg2#unlv.nevada.edu.
He teaches Ruby.
- Thomas T. Beam Engineering Complex (TBE)
- CS courses
- Class Search: CS
- LAPACK
- Metcalf, 2011
This is new edition of the Metcalf I have---useful, but a little dated.
- Numerical Algorithms Group (NAG)
- Numerical Recipes (NR) I have the 1st edition
Numerical Recipes, 1989.
- object-oriented programming (OOP)
Well OPP seems to defy an easy definition:
"An object is an abstract data type with the addition of
polymorphism
and inheritance.
An object has both state (data) and behavior (code)." Got that?
- Richtmyer & Morton, 1967
Still considered a good resource half a century later.
- Sorting
- bubble sort Deprecated severely by
NR.
So it should never be used, but you should still know it.
The number of operations scales as (n-1)n/2 (see
Wikipedia: Summation:
Some summations of polynomial expressions).