[algogeeks] Re: Algorithm for time-slot allocation

2006-05-07 Thread Sriram narasimhan
queues are inmplimented on the firstcome first served The principle for queues is FIFO ie first in first out... mail me u r comments.. Sriram On 5/7/06, akshay ranjan [EMAIL PROTECTED] wrote: Are the queues being implemented on first come first serve basis or is thre some priority list?? On

[algogeeks] Internet Crimes are on the Rise and Deadlier than Ever

2006-05-07 Thread ted9925
See why this is true and if you know how to spot the activity, you might be able to help make an impact in a couple of minutes a day. http://fraudwar.blogspot.com/2006/05/internet-crimes-are-on-rise-and.html --~--~-~--~~~---~--~~ You received this message

[algogeeks] find all paths from one node to another node

2006-05-07 Thread david wolf
Hi, I have a questions about a directed graph. Given two node k and i, I wish to enumerate all the paths from node k to node i. How to do this? Can anyone direct me how to do it or maybe give me a url for explanation somewhere else? Also, what is the time complexity for achieving this?

[algogeeks] Need help with determining most efficient algorithm

2006-05-07 Thread someusername
Hi all. I have this problem with analysis of algorithms, I thought maybe I could get some help here... It's not defined *that* strictly, so I guess I shouldn't be looking for an exact solution. This is how it goes: