한국어 버전으로 바꾸기.
Computer Programming Assignment Checker
This page will always be open until the end of 2017 Fall Semester.
This link can be sent anywhere, provided that it goes unnoticed to the TAs and Prof. Satti.
-
Assignment 1
-
Assignment 2
- 2-1 Checker
- 2-2 Reason for No Checker
2-2 Checker asks for random output. In PS(Problem Solving), checking random results is called 'Special Judge'.
Unfortunately, since the special judge program can be equal (or at least very similar) to the source code of this problem, the checker cannot be provided.
Write a program that satisfies the problem's conditions, and please check on your own.
- Assignment 3
Assignment 4
- 4-1, 4-2 Checker - About Time Limit
Time Limit system has been introduced from this checker!
This system was made to prevent you from writing inefficient (although correct) code.
Time limit in both of these problems is 1 second, and if your program runs slower than 1 sec, you get TLE.
1 second is not a short period. This limit is 100x, 16x bigger than my running time.

Please make your program faster!
- 4-3 Checker - About Integrity Check
Because of the constraints from TAs,
This program checks whether the methods you used are ok, before your class file runs.
Checking proceeds only for methods from String
, StringBuilder
and LinkedList
class.
Followings are the allowed methods:
String::<init>
(String
constructor)
String::charAt(int)
String::concat(String)
String::length()
String::toCharArray()
String::toString()
StringBuilder::<init>
(StringBuilder
constructor - String concatenation)
StringBuilder::append(*)
(String concatenation)
StringBuilder::toString()
(String concatenation)

Assignment 5
Side Note: Wanna see only the falling snow? Letters disturbing you to appreciate the snow? click here!
This translation was mostly done by Sungchan Yi (who is my friend and also a very fluent English speaker).
Due to I speaking English very poor, translation may be done a little late or not be done on further updates.
Learn Korean online!