General

Profile

e8c (Viktor Reznov)

  • Login: e8c
  • Registered on: 11/13/2022
  • Last sign in: 01/01/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

01/01/2023

10:32 AM Ruby master Feature #3591: Adding Numeric#divisor? (Have working implementation)
e8c (Viktor Reznov) wrote in #note-20:
> Two solutions:
3rd:
```ruby
def count_digits(n) = n.digits.count { n...
e8c (Viktor Reznov)
10:21 AM Ruby master Feature #3591: Adding Numeric#divisor? (Have working implementation)
matz (Yukihiro Matsumoto) wrote in #note-19:
> Is it more useful than `n % m == 0`?
Yes, statement `n .has_diviso...
e8c (Viktor Reznov)

11/14/2022

08:22 AM Ruby master Feature #19129: Radix_Sort for arrays of fixnums (implemented)
And doubles (merge_sort): https://github.com/alantudyk/ruby/commit/5b3d6c994f133698228358ca91d3e8965fbb45fe
```
$ ....
e8c (Viktor Reznov)

11/13/2022

12:50 AM Ruby master Feature #19129 (Feedback): Radix_Sort for arrays of fixnums (implemented)
Code is already written, all in one listing (git diff, test file, and results of tests):
```
$ cat ../ruby_sort/t...
e8c (Viktor Reznov)

Also available in: Atom