|
Preparing for Swift Algorithms v1.0
|
|
4
|
1305
|
September 4, 2021
|
|
Mapping array with the access to previous and next element
|
|
4
|
2824
|
July 14, 2021
|
|
Add rank and select?
|
|
3
|
819
|
June 10, 2021
|
|
startOfSuffix() can be much simplified by using `.lastIndex`?
|
|
8
|
1418
|
May 12, 2021
|
|
How to make a grid of pairs of objects in linear time
|
|
5
|
692
|
April 17, 2021
|
|
Need a shorter-range unique filter sequence
|
|
0
|
577
|
April 16, 2021
|
|
Simultaneous min & max
|
|
20
|
3832
|
April 13, 2021
|
|
Add a depth-first search algorithm over any tree
|
|
2
|
891
|
March 16, 2021
|
|
Can I try to develop a good first issue (advice)?
|
|
0
|
536
|
March 11, 2021
|
|
What algorithm would help in procedurally generating 2D asteroids in Swift?
|
|
0
|
650
|
January 30, 2021
|
|
Naming Discussion: `sortedPrefix(_:)` Edition
|
|
46
|
2298
|
January 22, 2021
|
|
Naming of `rotate(at:)`
|
|
29
|
2239
|
January 7, 2021
|
|
Copying elements on top of a MutableCollection
|
|
0
|
591
|
December 22, 2020
|
|
Naming Discussion: `slidingWindows(ofCount:)` Edition
|
|
15
|
1935
|
December 21, 2020
|
|
Pull in chunks(ofSize:) from separate proposal?
|
|
3
|
812
|
December 18, 2020
|
|
Naming of `chained(with:)`
|
|
70
|
4445
|
December 7, 2020
|
|
In-place scan
|
|
1
|
814
|
November 26, 2020
|
|
Deltas, an adaptation of C++'s adjacent_difference
|
|
0
|
567
|
November 23, 2020
|
|
A bunch of ideas: sort detection, binary search, mismatch, inclusion, merging
|
|
0
|
748
|
November 15, 2020
|
|
Binary Search and Swift
|
|
5
|
7316
|
October 27, 2020
|
|
Specialization/Performance `chunked(by:)`
|
|
1
|
828
|
October 13, 2020
|
|
A non in-place version of rotate?
|
|
6
|
1122
|
October 11, 2020
|
|
Data structures as functions? (Priority Queue)
|
|
6
|
1508
|
October 10, 2020
|
|
Contribution criteria clarification
|
|
3
|
727
|
October 9, 2020
|
|
Why does the implementation of `uniqued()` not use `filter()`?
|
|
2
|
751
|
October 9, 2020
|
|
Does every API need a guide document?
|
|
2
|
633
|
October 9, 2020
|