Data Structures
Spring 2024
Schedule: Tue/Thu 1:00pm-2:30pm
Location: GIST College Building A (N4), Room 227 (Zoom Online) / Class Colab
Instructor: Ue-Hwan, Kim (uehwan@gist.ac.kr)
Office: GIST Central Research Facilities (C11) 407
Office Hour: Thu 3pm-4pm or by appointment
TAs:
Hyung-Chan, Jeon (rabo8497@gm.gist.ac.kr)
Notice
- Lecture formats
- [Feb. 27 ~ Mar. 14] Pre-recorded lectures + Recitations with UHKim
- [Mar. 19 ~ Mar. 28] Online live lectures + Recitatinos (Pre-recorded)
- [Apr. 2 ~ Apr. 11] Face-to-face lectures + Recitations (Pre-recorded)
- Review report (RR) format available here
- Recitation starts from Mar. 7
- I received some reports regarding copying other studentsโ RR, HW or etc.
- (๋ค๋ฅธ ํ์์ ๊ณผ์ ๋ฌผ์ ๋ฒ ๋ ์ฌ๋ก๊ฐ ๋ฐ๊ฒฌ๋๊ณ ์์ต๋๋ค.)
- By Mar. 15, email me if you copied other studentsโ content.
- (Honor code๋ฅผ ์๋ฐํ ํ์๋ค์ 3์ 15์ผ๊น์ง ์ด๋ฉ์ผ ๋ณด๋ด๊ธฐ ๋ฐ๋๋๋ค.)
- I have zero tolerance policy regarding academic integrity.
- (ํ๋ฌธ์ ์ง์ค์ฑ์ ๋ํด์๋ ๋ฌด๊ด์ฉ ์ ์ฑ ์ ๋๋ค.)
- [Midterm] Date: Apr. 16, 1pm-3pm / Location: GIST College Building C (N6), Room 104
- Bring your student ID card
- Result is released!
- Claim during May. 2, 1:30 pm - 2:30 pm (after recitation)
- Mid-course feedback: Let us know your opionion through this survey (~Apr. 18)
- Lecture formats (what 75% of students opt for)
- [Apr. 23 ~ May 30] Pre-recorded lectures + Recitations with UHKim
- Recitation starts from May 2.
- [Final Exam] Date: Jun. 11, 1pm-3pm / Location: GIST College Building C (N6), Room 104
- Bring your student ID card
- Check your result here
- +) Homework result and RR result
- If something went wrong, please contact me by Jun. 26
Introduction
This course deals with the fundamentals of data structures; the very foundation of computer science. This course covers various types of data structures such as lists, stacks, queues, trees, graphs, etc. and entails lots of hands-on experiences. After this course, students will be able to implement fundamental data structures and design their own data structures for their programs.