Tag: programming
This problem is from Timus Online Judge. The original problem description can be found here. Again, this problem is marked as for ‘High School Pupils’, which means it very …
Almost every online judge has a “A+B” problem. The first problem (easiest) is often present to allow testing if online judges are working (of course they are!) This problem …
Previous four tutorials are preparation for coding games on 6502 platform. Now, it is time to move a bit forward onto the NES hardware programming. NES Family Computer has …
Question : Given a sorted list represented by a directional link structure (as follows), remove the duplicates and return the new list. /** * Definition for singly-linked list. * …
Microsoft DOS has declined but to review those knowledge of writing DOS programs (starting from the simplest .COM binary) can help us learn better how computers work in the …