SE450: Admin: Prerequisites [8/63] |
You must have the following:
CSC403, CSC383 or CSC393 or equivalent courses on data structures (linked lists, stacks and queues, trees, graphs priority queues, hash tables).
You should have written some code in this class. You should be happy implementing simple linked lists, stacks, queues, and trees. You should be happy using all of the above, plus priority queues and hash tables.
CSC402, CSC 224 (or 211 and 212) or equivalent experience programming in Java.
This course is not an introduction to Java.
If you do not have CSC403, CSC383 or CSC393, drop now.
Useful, but optional: