- UID
- 881093
- 在线时间
- 小时
- 注册时间
- 2013-4-22
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
恭喜楼主!~我有被con一个intermediate programming course,由于本科不是CS,所以想请教楼主上过什么课或者觉得什么课,可以作为那个intermediate programming course的prerequisite呢?十分感谢!
CS 2110 - Object-Oriented Programming and Data Structures (2nd level CS Course)
Prerequisite for this course is: CS1110 or CS 1130 or equivalent course in Java or C++. (1st level CS Course)
Intermediate programming in a high-level language and introduction to computer science. Topics include program structure and organization, object-oriented programming (classes, objects, types, sub-typing), graphical user interfaces, algorithm analysis (asymptotic complexity, big “O” notation), recursion, data structures (lists, trees, stacks, queues, heaps, search trees, hash tables, graphs), simple graph algorithms. Java is the principal programming language.
Outcome 1: Be fluent in the use of recursion and object-oriented programming concepts (e.g. classes, objects, inheritance, and interfaces).
Outcome 2: Be able to design and implement nontrivial Java programs (roughly 1000 lines of code), starting from an English language specification.
Outcome 3: Be able to design graphical user interfaces (GUIs).
Outcome 4: Understand asymptotic complexity of algorithms and be able to analyze programs to determine their running times.
Outcome 5: Understand basic data structures. |
|