프로그래밍 대회에서 사용하는 C, C++, STL
프로그래밍 대회에서 사용하는 C, C++, STL에 관련된 내용을 배웁니다.
C에서는 scanf/printf 의 사용법에 대해서 주로 배웁니다.
C++에서는 getline, setprecision과 같이 cin,cout의 사용법을 배웁니다. 이후에는 C++11에 해당하는 내용은 auto, Range-based for, 초기화 리스트, 람다 함수을 배웁니다.
STL은 Container와 Algorithm으로 나누어져 있습니다.
Container에서는 pair, tuple, vector, deque, list, set, map, stack, queue, priority_queue, bitset에 대해서 알아봅니다.
Algorithm에서는 count, find, fill, reverse, rotate, swap, unique, sort, stable_sort, binary_search, lower_bound, upper_bound, min, max, min_element, max_element, next_permutation에 대해서 배워봅니다.
마지막으로 string의 사용법에 대해서 배웁니다.
강의는 설명과 문제 실습으로 이루어져 있습니다.
포함되어 있는 문제
1. C
2. C++
3. STL Container
4. String
5. STL Algorithm
01챕터 C
C맛보기00:15:31
02챕터 C++
C++00:18:44
03챕터 STL CONTAINER
STL Container (1)00:24:36
STL Container (2)00:30:16
04챕터 STRING
String00:14:25
05챕터 STL ALGORITHM
STL Algorithm00:24:23