Introduction to Algorithm 2020-02: Difference between revisions
From Innovation
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== | == Class Info == | ||
{|class="wikitable" | {|class="wikitable" | ||
! | ! | ||
Line 13: | Line 13: | ||
|- | |- | ||
| || Email: insight at gnu dot ac dot kr | | || Email: insight at gnu dot ac dot kr | ||
|} | |} | ||
== Text Book == | |||
Data Structure and Algorithm in Python, Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser, Wiley | |||
== Course Information== | == Course Information== |
Latest revision as of 18:15, 10 August 2020
Class Info
Class Info | |
---|---|
Class | 알고리즘입문 |
Lecturer | Seongjin Lee |
Time and Place | 407-202 Friday 19:00-22:00 |
Contacts | Office: 407-314 |
Email: insight at gnu dot ac dot kr |
Text Book
Data Structure and Algorithm in Python, Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser, Wiley
Course Information
No | Topic |
---|---|
1 | Python Primer |
2 | Object Oriented Programming |
3 | Algorithm Analysis |
4 | Recursion |
5 | Array based sequences |
6 | Stack, Queue, and Dequeue |
7 | Linked List |
8 | Tree |
9 | [Graph |