YouTube links for Information System Technology Lecture (Python, C++)

Lecture (Python)

Address

(POSTECH IST: Python 1) Basic

https://youtu.be/aQiYldsBfiE  

(POSTECH IST: Python 2) String

https://youtu.be/aDTgt53qtWg

(POSTECH IST: Python 3) List & Tuple

https://youtu.be/k_Kb3vP-zSU

(POSTECH IST: Python 4) Function

https://youtu.be/AxnIaEuLAtc

(POSTECH IST: Extra) Knapsack Problem

https://youtu.be/lOcafMGbEG8

(POSTECH IST: Python 5) Generator

https://youtu.be/ofQV0ruHAX4

(POSTECH IST: Python 6) Object-Oriented Programming

https://youtu.be/9ACeaMzcoiI

(POSTECH IST: Python 7) Class, Module, Speed

https://youtu.be/iQbC1ZPjqNw

(POSTECH IST: Python 8) Exception Handling

https://youtu.be/4g6xTuZzh3M

(POSTECH IST: Python 9) File I/O

https://youtu.be/D5Jd78uYo9w

(POSTECH IST: Python 10) Data Structure

https://youtu.be/Qi4gw-xSEN8

(POSTECH IST: Python 11) NumPy

https://youtu.be/dp6Vg12Y4RM

(POSTECH IST: Python 12) Pandas

https://youtu.be/_RHdr_2mWuc

(POSTECH IST: Python 13) Graph

https://youtu.be/lfh5rmgX4Nk

(POSTECH IST: Python 14) Graph (기온데이터 분석)

https://youtu.be/bIXXTjoH0Lk

(POSTECH IST: Python 15) Graph (인구데이터 분석)

https://youtu.be/chXm-zm3ebw

(POSTECH IST: Extra) Traveling Salesman Problem

https://youtu.be/s6N5pgYmRVk

(POSTECH IST: Python 16) GUI

https://youtu.be/M-7rCYmNdBo

(POSTECH IST: Python 17) Ch3. Algorithm Analysis

https://youtu.be/ORAZx0XI89g

(POSTECH IST: Python 18) P, NPC, NP-hard

https://youtu.be/OsocishD6u4

(POSTECH IST: Python 19) Ch2. Software Development

https://youtu.be/2jpZnDGtLic

(POSTECH IST: Python 20) Ch4. Recursion

https://youtu.be/ZylWbmGL4Is

(POSTECH IST: Python 21) Ch5. Array Based Sequence

https://youtu.be/gcNUjQA6ZAQ

(POSTECH IST: Python 22) Ch6. Stacks

https://youtu.be/4vG8akdA5bw

(POSTECH IST: Python 23) Ch6. Queues and Deques

https://youtu.be/6fr9rewHNPE 

(POSTECH IST: Extra) Shortest Path Problems

https://youtu.be/LebLdtzkLmA

(POSTECH IST: Python 24) Ch7. Linked Lists

https://youtu.be/0_WO0sedpYY 

(POSTECH IST: Python 25-1) Ch8. Trees (General Trees)

https://youtu.be/ySUpTxlEwI8

(POSTECH IST: Python 25-2) Ch8. Trees (Binary Trees)

https://youtu.be/WGJ2dHw-ft8

(POSTECH IST: Python 25-3) Ch8. Trees (Implementing)

https://youtu.be/O2UTLh2gm04

(POSTECH IST: Python 25-4) Ch8. Trees (Traversal)

https://youtu.be/5l6HwDvp3iI

(POSTECH IST: Python 26-1) Ch9. Priority Queues

https://youtu.be/8dpX5vCstTM

(POSTECH IST: Python 26-2) Ch9. Adaptable Priority Queues

https://youtu.be/ruUtdHr0Cus

(POSTECH IST: Python 27-1) Ch14. Graph Data Structure

https://youtu.be/U7AqCrzmis0

(POSTECH IST: Python 27-2) Ch14. Graph Algorithms

https://youtu.be/zmvcNpODKKY

(POSTECH IST: Python 28) Ch10. Maps & Hash Tables

https://youtu.be/y-bM1Y91ER0 

(POSTECH IST: Python 29) Ch11. Binary Search Trees

https://youtu.be/w4At60divGY

(POSTECH IST: Python 30) Ch11. Balanced Search Trees

https://youtu.be/bgoAxEnxLWA

(POSTECH IST: Python 31) Web Crawling

https://youtu.be/4LXPJ1AJDlQ



Lecture (C++)

Address

(1-1) HelloWorld, Function Overloading, Namespace

https://youtu.be/Jm–JDReLzE

(1-2) HelloWorld, Function Overloading, Namespace

https://youtu.be/L8Lk6VljvyY 

(2) Pointer, Reference, New

https://youtu.be/DHnYvJ0A-OQ

(3) Recursive Function

https://youtu.be/jrMB1foU21A

(4-1) Class

https://youtu.be/PKAw_cHd8Yo

(4-2) Constructor, Destructor

https://youtu.be/cV_4ib_akko

(5) Copy Constructor

https://youtu.be/ZIVVOKn3JjU

(6) Friend, this, Declaration

https://youtu.be/PQvpFFcHvv4

(7) Vector Basic

https://youtu.be/gCh5txuK5tQ

(8-1) IOstream

https://youtu.be/tot6uJeuzQg

(8-2) IOStream2

https://youtu.be/NDtv9ShzzQ8

(9) Parameter passing to main, time measure

https://youtu.be/uNsC-jkgSHw

(10) Operator Overloading

 https://youtu.be/U-JAeW9nrKs

(11) Template

https://youtu.be/wgqEIQSheSE

(12) Exception Handling

https://youtu.be/grQj9VahSJA

(13-1) Inheritance

https://youtu.be/uwmZ2V_tjwA

(13-2) Inheritance, pointer

https://youtu.be/ERRF5WutSes

(13-3) Inheritance, Overriding

https://youtu.be/FVQg5PMwklE

(14) STL

https://youtu.be/Rzfij6xNUtk

(15) STL – Iterator

https://youtu.be/PBGZJGOiG8g

(16) STL-Algorithms

https://youtu.be/E3uug50qhkE

(17) STL-Containers

https://youtu.be/olXfA8rMwBo

(SP-1) Shortest Path(Dijkstra Algorithm)

https://youtu.be/K7D7Y67-z8M

(SP-2) Network Representation

https://youtu.be/EpP8hGs0JrY

(SP-3) A* Algorithm

https://youtu.be/cV-T7ZQup_w

(NP-1) Performance Analysis-Intro

https://youtu.be/AN7AF29lKNA

(NP-2) Performance Analysis-Step Count

https://youtu.be/vdmz-Ama73s

(NP-3) Performance Analysis-Mergesort Complexity

https://youtu.be/KqBuDShsk6Y

(NP-4) Performance Analysis-Asymptotic Bounds

https://youtu.be/nZSYw926R1M

(NP-5) NP-Complete

https://youtu.be/YeZVF8BKqSk

(NP-6) NP Complete Problems And Accurate Time Measure

https://youtu.be/TEqboF6JaDo

(DS-1) Data Structure

https://youtu.be/xn1A7qpVXso

(DS-2) Linear List-Array

https://youtu.be/S3QEf_wpsFE

(DS-3-1) Linear List-Linked List(1)

https://youtu.be/Pg3F2t1UNqM

(DS-3-2) Linear List-Linked List(2)

https://youtu.be/EjukvW_oLM4

(DS-4) Stack

https://youtu.be/jGHTK01GmaQ

(DS-5-1) Queues(1)

https://youtu.be/84LA9zyH-AI

(DS-5-2) Queues(2)

https://youtu.be/6rnd1bXUIik

(DS-6-1) Dictionaries

https://youtu.be/EnmwRp5P5ZI

(DS-6-2) Hashing

https://youtu.be/u0YJZwm8Wjs

(DS-7-1) Tree And Binary Tree(1)

https://youtu.be/LwC_Z_zszqo

(DS-7-2) Tree And Binary Tree(2)

https://youtu.be/Q0KZYQbSpOM

(DS-8-1) Priority Queue(1)

https://youtu.be/i9jRnUlo35M

(DS-8-2) Priority Queue(2)

https://youtu.be/biRDTyY9Gb8

(DS-9) Binary Search Tree

https://youtu.be/IgoNhOrsJYU

(DS-10) Balanced Binary Search Trees

https://youtu.be/jKk9D5J8jFo

(DS-11-1) Graphs(1)

https://youtu.be/gko_TmFeEhI

(DS-11-2) Graph Spanning Tree(2)

https://youtu.be/RCcPBIJEKEM