What kinds of problems do you solve most ?

Post about everything you want - even if it is not related to programming or this site.

Moderator: Board moderators

Mohammad Mahmudur Rahman
Experienced poster
Posts: 154
Joined: Sat Apr 17, 2004 9:34 am
Location: EEE, BUET

What kinds of problems do you solve most ?

Post by Mohammad Mahmudur Rahman »

Hi, I am making a survey on the various problem catagories on the UVa OJ problemset archive. It lead me to the interest to know what kind of problems does one solve most in this site. You are requested to give a list of top 3/5 problem catagories that you like/solve.

Mine is given below -
1) Mostly Ad Hoc :D (Novice programmer)
2) Arithmatic / Algebra
3) Graph
4) Simulation
5) DP
You should never take more than you give in the circle of life.
Andrew Neitsch
New poster
Posts: 43
Joined: Fri Jun 25, 2004 9:37 pm

Post by Andrew Neitsch »

Easy ones.
randomtaiwanese
New poster
Posts: 32
Joined: Fri Oct 01, 2004 10:53 pm

Post by randomtaiwanese »

anything pre-calculateable
and any problem that does not have a long, lame description
shamim
A great helper
Posts: 498
Joined: Mon Dec 30, 2002 10:10 am
Location: Bozeman, Montana, USA

Post by shamim »

It is not a matter of liking or disliking problems. Most of us here solve problems as part of their training for Regional and local contests. So even if one finds a particular problem difficult or not of his preferred category, they are still eager to solve it.
Niaz
Learning poster
Posts: 77
Joined: Fri Dec 17, 2004 11:06 am
Location: East West University, Dhaka, Bangladesh
Contact:

Post by Niaz »

As far I get, I think Mohammad Mahmudur Rahman asked about favorite category. We need to be ready to attack all kinds of problems. But still there will be a LOVE for some special type problems and also hate for some other types. We do to take sometime medicine that has got bad taste. But, to become cure, we need to take them. Some problems are like so. And some are like soft drinks (we don't even feel to solve them. Touch and solve).

Any way, my favorite category, hmmm
1. Graph
2. Math
3. Number System

I hate... (in fact I am very week in) DP. :-(
Please join The ACM Solver Group at Yahoo
http://groups.yahoo.com/group/acm_solver/
Zyaad Jaunnoo
Experienced poster
Posts: 122
Joined: Tue Apr 16, 2002 10:07 am

Post by Zyaad Jaunnoo »

I like to solve problems dealing with:
graphs (DFS & BFS)
maths
geometry
backtracking

I find DP sometimes hard

What about your hardest type of problems? You can share links dealing with the type of problems that we solve less often :wink:
CodeMaker
Experienced poster
Posts: 183
Joined: Thu Nov 11, 2004 12:35 pm
Location: AIUB, Bangladesh

Post by CodeMaker »

1. Graph
2. Number theory
3. Ad hoc
4. Geometry
Jalal : AIUB SPARKS
sohel
Guru
Posts: 856
Joined: Thu Jan 30, 2003 5:50 am
Location: New York

hm..

Post by sohel »

  • 1. Dynamic Programming
    2. Backtracking
    3. Ad hoc
n00i3
New poster
Posts: 20
Joined: Thu Sep 15, 2005 8:49 pm
Contact:

Post by n00i3 »

I have issues with graphs :S

I like doing text processing and string manipulations and funky stuff like that. On the whole I like interesting problems like puzzle solving (preferably dfs) and simple number problems and stuff :)
mohiul alam prince
Experienced poster
Posts: 120
Joined: Sat Nov 01, 2003 6:16 am
Location: Dhaka (EWU)

Post by mohiul alam prince »

Hi

i try to solve all kinda of problems (if it is possible for me).
but recursion is my favourite part of problem solving. :D
but consider ad hoc problems to be boring. :evil:

Regards,
MAP
Martin Macko
A great helper
Posts: 481
Joined: Sun Jun 19, 2005 1:18 am
Location: European Union (Slovak Republic)

Post by Martin Macko »

I'am trying to solve all kinds of the problems, but still there are some I have no idea how to solve.. Eg. 10840, 10845, 10857, ...
Khaled_912
New poster
Posts: 33
Joined: Fri Jan 06, 2006 5:51 pm

Post by Khaled_912 »

I LOVE graphs.. I just try to solve any problem using graphs even if a simpler solution exists (Set Union using DFS)... I also like dynamic programming, but I'm not pretty good in solving those types of problems. I also have a good ability in solving maths problems, but I dun really like them. Finally I'm pretty interested in geometry, but it has taken me long enough to write a simple geometry library that I can use to solve problems that I gave up writing it :(
I'am trying to solve all kinds of the problems, but still there are some I have no idea how to solve.. Eg. 10840, 10845, 10857, ...
In 10845 you can try a maximum flow algorithm, but you'll have to modify it not to allow the two armies to be marching on a single path. Well, this might not be very helpful, but I also find it a difficult problem (look at its statistics).
newton
Experienced poster
Posts: 162
Joined: Thu Jul 13, 2006 7:07 am
Location: Campus Area. Dhaka.Bangladesh
Contact:

yea yea yea1

Post by newton »

actually i love to enjoy numerical problem!
but the most frequently the ansewers go to TIME LIMIT EXEEDED!
what can i do?[/img]
_.B._
Experienced poster
Posts: 160
Joined: Sat Feb 07, 2004 7:50 pm
Location: Venezuela
Contact:

Easy ones ;)

Post by _.B._ »

Anything I've just learnt about :lol:
_.
Zaspire
New poster
Posts: 36
Joined: Sun Apr 23, 2006 2:42 pm
Location: Russia

Post by Zaspire »

I like Math, DP and Decoding problem, :D But I'am trying to solve all kinds of the problems.
Post Reply

Return to “Off topic (General chit-chat)”