Re: [PHP-WIN] binary search in php

2004-01-09 Thread Stuart
Stuart wrote: Idur wrote: 1. How to searching data in array using "binary search methode" and update the data when found it. because the data, that i have to process is big, with more than 12000 lines. 2. How did i found tutorial about binary search in php.??? A quick Google found this: http

Re: [PHP-WIN] binary search in php

2004-01-09 Thread Stuart
Idur wrote: 1. How to searching data in array using "binary search methode" and update the data when found it. because the data, that i have to process is big, with more than 12000 lines. 2. How did i found tutorial about binary search in php.??? A quick Google found this: http://www.mwc.edu/i

[PHP-WIN] binary search in php

2004-01-09 Thread Idur
Hi Again, After along time i doing my final project in my college, i realize that my program not running like i want it. it take max_execution_time more than 30 second just to read, process the data line by line(split the line and counting the same element), and save the result in another file(t