akosiraff

Download Algo For PairSum

Nov 5th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/algo-for-pairsum/
  3. Design and implement an efficient algorithm that gives a set of S of an intergers and another x, determines whether or not there exist two elements in S whose sum is exactly x
  4. Using Vitual Basic or Java i will prefer VB.
  5. Provide an analysis for the running time of this approach.
  6. 1 Solve this problem by checking all possible pairs of elements
  7. 2 solve this problem by using a more efficient algorithm that does not require checking all possible pairs of elements
  8. Download: http://solutionzip.com/downloads/algo-for-pairsum/
Add Comment
Please, Sign In to add comment