About the Algorithms category
|
|
0
|
414
|
October 8, 2020
|
`endOfPrefix(while:)` and `startOfSuffix(while:)` should be public instead of internal
|
|
0
|
160
|
April 20, 2022
|
Algorithms package: product(_:_) limited to two product terms only, for homogeneous element type, there should be one for any number of product terms?
|
|
0
|
170
|
March 15, 2022
|
Find joint maxima of sequence
|
|
1
|
312
|
March 11, 2022
|
A new version of adapting merge from C++
|
|
0
|
199
|
March 11, 2022
|
Find minima and maxima using the median of medians selection algorithm
|
|
1
|
308
|
March 6, 2022
|
Unclear results of trimming function
|
|
2
|
248
|
January 18, 2022
|
Substring enumeration
|
|
0
|
243
|
November 4, 2021
|
Algorithms.uniqued() is not ergonomic
|
|
20
|
1200
|
October 29, 2021
|
Partitioning API inconsistencies
|
|
0
|
182
|
September 28, 2021
|
Convenience functions for sum and product across a Collection type
|
|
16
|
1538
|
September 16, 2021
|
Array Subtraction
|
|
12
|
1011
|
September 14, 2021
|
Preparing for Swift Algorithms v1.0
|
|
4
|
858
|
September 4, 2021
|
Mapping array with the access to previous and next element
|
|
4
|
371
|
July 14, 2021
|
Chunked by sequence of counts?
|
|
5
|
534
|
July 8, 2021
|
Add rank and select?
|
|
3
|
410
|
June 10, 2021
|
FIFO Queue
|
|
5
|
1606
|
June 8, 2021
|
startOfSuffix() can be much simplified by using `.lastIndex`?
|
|
8
|
528
|
May 12, 2021
|
How to make a grid of pairs of objects in linear time
|
|
5
|
349
|
April 17, 2021
|
Need a shorter-range unique filter sequence
|
|
0
|
288
|
April 16, 2021
|
Simultaneous min & max
|
|
22
|
1442
|
April 13, 2021
|
Add a depth-first search algorithm over any tree
|
|
2
|
396
|
March 16, 2021
|
Can I try to develop a good first issue (advice)?
|
|
0
|
239
|
March 11, 2021
|
What algorithm would help in procedurally generating 2D asteroids in Swift?
|
|
0
|
271
|
January 30, 2021
|
Naming Discussion: `sortedPrefix(_:)` Edition
|
|
46
|
1144
|
January 22, 2021
|
Naming of `rotate(at:)`
|
|
29
|
1248
|
January 7, 2021
|
Copying elements on top of a MutableCollection
|
|
0
|
295
|
December 22, 2020
|
Naming Discussion: `slidingWindows(ofCount:)` Edition
|
|
15
|
829
|
December 21, 2020
|
Pull in chunks(ofSize:) from separate proposal?
|
|
3
|
451
|
December 18, 2020
|
Naming of `chained(with:)`
|
|
70
|
2771
|
December 7, 2020
|