Bot_is_back's blog

By Bot_is_back, history, 3 years ago, In English

Can anyone provide me with some floating Point Binary Search-related Problems? Thank you in advance for your help.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
3 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Here is a ternary search problem which involve floating point calculations: Link

»
3 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

You can visit the EDU section with this link and then enter the ITMO Academy: pilot course. Visit the Binary Search Practice of Step 2, Problems B and D are based on Floating Point Binary Search.