!!Help needed on Greedy Algorithm!!

Let's talk about algorithms!

Moderator: Board moderators

Post Reply
murkho
New poster
Posts: 33
Joined: Mon Mar 28, 2005 6:41 pm

!!Help needed on Greedy Algorithm!!

Post by murkho »

Anyone please help me how to start dynamic programming and greedy algorithm.
Pls give tips as well as some good links for solving naive dynamic and greedy problems .. with increasing difficulty level.

THank YOu For visiting this topics.
Fr3eM4n
New poster
Posts: 4
Joined: Sun May 29, 2005 11:45 am
Location: Romania

Post by Fr3eM4n »

i am looking for the same thing too.
if anyone has a list of DP problems, please post it here
Observer
Guru
Posts: 570
Joined: Sat May 10, 2003 4:20 am
Location: Hong Kong

Post by Observer »

Fr3eM4n wrote:i am looking for the same thing too.
if anyone has a list of DP problems, please post it here
If you've looked harder you might have found related topics, such as:
http://online-judge.uva.es/board/viewtopic.php?t=9012 :)

For greedy tasks I recall the following:
10020 Minimal Coverage
10382 Watering Grass
10440 Ferry Loading (II)
10563 Least Squares
10665 Diatribe against Pigeonholes
10954 Add All

Some may also consider Max Interval Sum (e.g. 507 Jill Rides Again) as a greedy algorithm. Others may call it dynamic programming.
7th Contest of Newbies
Date: December 31st, 2011 (Saturday)
Time: 12:00 - 16:00 (UTC)
URL: http://uva.onlinejudge.org
Post Reply

Return to “Algorithms”