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

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