Skip to main content
Martin R's user avatar
Martin R's user avatar
Martin R's user avatar
Martin R
  • Member for 11 years, 3 months
  • Last seen this week
  • Germany
54 votes
1 answer
2k views

Swiftly turning wheels – The May 2017 Community Challenge

22 votes
1 answer
369 views

Water flowing swiftly over farmland – The August 2016 Community Challenge

17 votes
3 answers
4k views

On Knuth's "Algorithm L" to generate permutations in lexicographic order

13 votes
2 answers
3k views

Computing the integer square root of large numbers

11 votes
2 answers
1k views

Quickselect algorithm in Swift

11 votes
1 answer
530 views

Sequence-based enumeration of permutations in lexicographic order

9 votes
2 answers
633 views

Postponed Prime Sieve in Swift

8 votes
2 answers
2k views

Recursive flattening of Swift sequences

7 votes
1 answer
634 views

Swiftly counting rooms in a floor plan

5 votes
2 answers
549 views

Sequence-based enumeration of permutations with Heap's algorithm

4 votes
0 answers
266 views

A general iterator to replace "non-standard" C-style for loops

3 votes
0 answers
173 views

Merge two strictly increasing sequences, without duplicates