javax4u / customer-meetings

2 stars 0 forks source link

Java Application Given example names: Mark Zuckerberg, Will Smith, William Gates, Warren Buffet, we would expect following application behavior. An example search input: "willi" should return following 5 output: #80

Open apoorvpandey-ap opened 2 years ago

apoorvpandey-ap commented 2 years ago
  1. candidates with "w" : Warren Buffet, William Gates, Will Smith

  2. candidates with "wi" : William Gates, Will Smith

  3. candidates with "wil" : William Gates, Will Smith

  4. candidates with "will" : William Gates, Will Smith

  5. candidates with "willi" : William Gates

Please elaborate your approach as details as possible: how you test it (unit test etc.) and explain it in the session. Please use this task to demonstrate your software development skills. v