Programming & Problem Solving is a basic programing class of POSTECH, using C.
프로그래밍과 문제해결은 포스텍의 C를 이용하는 가장 기초적인 프로그래밍 수업입니다.
It is a simple coding task to calculate exchange rates and convert distances using C. Link
It is a task to make a game where a person with many black balls wins by changing each given white ball into a black ball. Link
It is a task to caculate bowling scores without array. I solve it with implementing pseudo-array. :) Link
It is a task to implement 'Dots and Boxes' game, including minimax with Alpha-Beta pruning. Link
It is a task to match channels of misalignmented images. Link
It is a task to define the set and its operation via C. Link