Guess the number/With feedback (player): Difference between revisions

Content added Content deleted
m (→‎{{header|Objective-C}}: update a little)
Line 1,020: Line 1,020:
=={{header|Objective-C}}==
=={{header|Objective-C}}==
A clever solution that uses the built-in binary search functions with a virtual list.
A clever solution that uses the built-in binary search functions with a virtual list.
{{trans|Go}}
{{trans|Java}}
<lang objc>#import <Foundation/Foundation.h>
<lang objc>#import <Foundation/Foundation.h>