diff options
Diffstat (limited to 'sample/trick2015')
| -rw-r--r-- | sample/trick2015/kinaba/entry.rb | 6 | ||||
| -rw-r--r-- | sample/trick2015/ksk_1/remarks.markdown | 2 | ||||
| -rw-r--r-- | sample/trick2015/ksk_2/remarks.markdown | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sample/trick2015/kinaba/entry.rb b/sample/trick2015/kinaba/entry.rb index 18923a6a9f..2a75888ef5 100644 --- a/sample/trick2015/kinaba/entry.rb +++ b/sample/trick2015/kinaba/entry.rb @@ -54,15 +54,15 @@ while 0x00012345 >= $counter srand +big && $counter >> 0b1 Enumerable - Fixnum - Bignum + String + Struct Math Complex Comparable TrueClass Dir Encoding - Data + Proc Hash Method Enumerator diff --git a/sample/trick2015/ksk_1/remarks.markdown b/sample/trick2015/ksk_1/remarks.markdown index b822dc55c8..a0b8bbcdcc 100644 --- a/sample/trick2015/ksk_1/remarks.markdown +++ b/sample/trick2015/ksk_1/remarks.markdown @@ -110,7 +110,7 @@ is simply `/=/` and removing a padding `",,,,,"`. The program no longer terminates, though. -### Limination +### Limitation The implementation requires to manipulate long strings even for some small starting numbers. For example, starting from 1,819, the number diff --git a/sample/trick2015/ksk_2/remarks.markdown b/sample/trick2015/ksk_2/remarks.markdown index bb9b705773..187a6804d2 100644 --- a/sample/trick2015/ksk_2/remarks.markdown +++ b/sample/trick2015/ksk_2/remarks.markdown @@ -199,6 +199,6 @@ succeed to return 0. The meaning of ``\1nn`` in regular expression seems to depend on the existence of capturing expressions. In spite of these Ruby's behaviors, we have a good news! The present -SAT sover does not suffer from the issues because the program cannot +SAT solver does not suffer from the issues because the program cannot return solutions in practical time for inputs with variables more than -40.
\ No newline at end of file +40. |
