[algogeeks] Re: can you solve these questions!!!

2008-01-30 Thread Aravind Narayanan
Hi HC On Jan 30, 2008 12:53 AM, hc busy [EMAIL PROTECTED] wrote: I think there was a typo. I wanted to say its a constant space, linear time algorithm instead of constant time linear space algorithm Maybe that helps to make sense of it. Well, one must find a number that repeats at least

[algogeeks] Need Help - Constrained linear least square optimization C code

2008-01-30 Thread [EMAIL PROTECTED]
Hi I need to find x that will minimize Ax-b=0, under the inequality constraints Cxd. Actually the constraints in my problem are only upper and lower bounds to x values. x is 4x1 vector, A is about 100x4 (and b is of course 100x1(. What is the appropriate algorithm? Is there any C / C++ code

[algogeeks] Call for Papers: The 2008 International Conference on e-Learning, e-Business, Enterprise Information Systems, and e-Government (EEE'08), USA, July 2008

2008-01-30 Thread A. M. G. Solo
C A L LF O RP A P E R S === The 2008 International Conference on e-Learning, e-Business, Enterprise Information Systems, and e-Government EEE'08 Date and Location: July

[algogeeks] Printing Binary tree data level by level without using BFS

2008-01-30 Thread DanielJohnson
I was trying to solve this problem where we have a binary tree given and we have to print the values of the tree level by level i.e. root node then its left child, right child, then left child's both left and right, then right child's both left and right. Since for very large tree using BFS can