problems for programming skills

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
DJWS
Learning poster
Posts: 100
Joined: Sat Oct 11, 2003 3:30 pm
Location: Taiwan
Contact:

problems for programming skills

Post by DJWS »

Hi,

I am trying to collect the problems (in UVA's problemset) that can be used to practice the programming skills. Lesser the algorithms, and more the architectures. I have already found some: 10966 (design a simple OS shell), 790/10258 (simulate the contest scoreboard). These problems are really good materials for starters who learns developping softwares/applications. Anyone know more this kind of problems in this OJ? Very appreciated. :)
zobayer
Experienced poster
Posts: 110
Joined: Tue May 06, 2008 2:18 pm
Location: CSE-DU, Bangladesh
Contact:

Re: problems for programming skills

Post by zobayer »

Mr. Felix Halim has a great collection and classification about these types of problems.
Go to http://felix-halim.net/uva/hunting.php , put your uva username in the box and go ahead, it will show your statistics, now on the right side of "Competitive Programming Exercises" section, you will see two labels:

"1. Introduction"
"2. Data Structures and Libraries"

You can click on them to expand and you will find what you want from uva.

For other judges like SPOJ [ http://www.spoj.pl/ ] there is not much resource about their problems around.

You can also use TopCoder [ http://www.topcoder.com/tc ] and check problems from past srms.

As far as I know, these problems can be called ad-hoc (no specific algorithm needed).

Happy Coding!
You should not always say what you know, but you should always know what you say.
Shafaet_du
Experienced poster
Posts: 147
Joined: Mon Jun 07, 2010 11:43 am
Location: University Of Dhaka,Bangladesh
Contact:

Re: problems for programming skills

Post by Shafaet_du »

Solve this horrible problem: uva 400 :D
zobayer
Experienced poster
Posts: 110
Joined: Tue May 06, 2008 2:18 pm
Location: CSE-DU, Bangladesh
Contact:

Re: problems for programming skills

Post by zobayer »

Shafaet_du wrote:Solve this horrible problem: uva 400 :D
this is even more horrible
http://livearchive.onlinejudge.org/exte ... /3914.html
You should not always say what you know, but you should always know what you say.
DJWS
Learning poster
Posts: 100
Joined: Sat Oct 11, 2003 3:30 pm
Location: Taiwan
Contact:

Re: problems for programming skills

Post by DJWS »

Currently Rujia Liu has created a problem set. :)
http://uva.onlinejudge.org/index.php?op ... tegory=298
Post Reply

Return to “Other words”