|
Mapping array with the access to previous and next element
|
|
4
|
2771
|
July 14, 2021
|
|
Add rank and select?
|
|
3
|
789
|
June 10, 2021
|
|
startOfSuffix() can be much simplified by using `.lastIndex`?
|
|
8
|
1386
|
May 12, 2021
|
|
How to make a grid of pairs of objects in linear time
|
|
5
|
681
|
April 17, 2021
|
|
Need a shorter-range unique filter sequence
|
|
0
|
570
|
April 16, 2021
|
|
Simultaneous min & max
|
|
20
|
3757
|
April 13, 2021
|
|
Add a depth-first search algorithm over any tree
|
|
2
|
881
|
March 16, 2021
|
|
Can I try to develop a good first issue (advice)?
|
|
0
|
528
|
March 11, 2021
|
|
What algorithm would help in procedurally generating 2D asteroids in Swift?
|
|
0
|
639
|
January 30, 2021
|
|
Naming Discussion: `sortedPrefix(_:)` Edition
|
|
46
|
2152
|
January 22, 2021
|
|
Naming of `rotate(at:)`
|
|
29
|
2189
|
January 7, 2021
|
|
Copying elements on top of a MutableCollection
|
|
0
|
579
|
December 22, 2020
|
|
Naming Discussion: `slidingWindows(ofCount:)` Edition
|
|
15
|
1877
|
December 21, 2020
|
|
Pull in chunks(ofSize:) from separate proposal?
|
|
3
|
793
|
December 18, 2020
|
|
Naming of `chained(with:)`
|
|
70
|
4274
|
December 7, 2020
|
|
In-place scan
|
|
1
|
794
|
November 26, 2020
|
|
Deltas, an adaptation of C++'s adjacent_difference
|
|
0
|
562
|
November 23, 2020
|
|
A bunch of ideas: sort detection, binary search, mismatch, inclusion, merging
|
|
0
|
735
|
November 15, 2020
|
|
Binary Search and Swift
|
|
5
|
7118
|
October 27, 2020
|
|
Specialization/Performance `chunked(by:)`
|
|
1
|
819
|
October 13, 2020
|
|
A non in-place version of rotate?
|
|
6
|
1101
|
October 11, 2020
|
|
Data structures as functions? (Priority Queue)
|
|
6
|
1495
|
October 10, 2020
|
|
Contribution criteria clarification
|
|
3
|
715
|
October 9, 2020
|
|
Why does the implementation of `uniqued()` not use `filter()`?
|
|
2
|
737
|
October 9, 2020
|
|
Does every API need a guide document?
|
|
2
|
624
|
October 9, 2020
|