ผลต่างระหว่างรุ่นของ "01204212-59"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (→Codes) |
Jittat (คุย | มีส่วนร่วม) (→Tasks) |
||
แถว 7: | แถว 7: | ||
== Tasks == | == Tasks == | ||
* Introduction: [[01204212/nearby search|Nearby Search]], [[01204212/statuses|Statuses]] | * Introduction: [[01204212/nearby search|Nearby Search]], [[01204212/statuses|Statuses]] | ||
− | * Lists [[01204212/Zooma 1|Zooma 1]], [[01204212/Zooma 2|Zooma 2]], [[01204212/Zooma 3|Zooma 3]] | + | * Lists: [[01204212/Zooma 1|Zooma 1]], [[01204212/Zooma 2|Zooma 2]], [[01204212/Zooma 3|Zooma 3]] |
− | * Stacks and queues [[01204212/job queue|Job queue]], [[01204212/paren|Parentheses]], [[01204212/expr|Expressions]] | + | * Stacks and queues: [[01204212/job queue|Job queue]], [[01204212/paren|Parentheses]], [[01204212/expr|Expressions]] |
+ | ** Java collections: queues [https://docs.oracle.com/javase/7/docs/api/java/util/Queue.html interface Queue<E>] [https://docs.oracle.com/javase/tutorial/collections/interfaces/queue.html short descriptions and examples], stacks [https://docs.oracle.com/javase/7/docs/api/java/util/Stack.html class Stack<E>] | ||
== Homework == | == Homework == |
รุ่นแก้ไขเมื่อ 21:26, 7 กันยายน 2559
This is the course materials for 01204212 Abstract Data Types and Problem Solving, section 450.
เนื้อหา
Materials
- The book for the course: Data Structures (more material as we go)
Tasks
- Introduction: Nearby Search, Statuses
- Lists: Zooma 1, Zooma 2, Zooma 3
- Stacks and queues: Job queue, Parentheses, Expressions
- Java collections: queues interface Queue<E> short descriptions and examples, stacks class Stack<E>
Homework
- Homework 1 (due: Aug-7): Zooma 2
- Homework 2 (due: Aug-14): Job queue 2, Expressions
Codes
These are codes that you may or may not need.