Konstantin Molchanov
|
fde4a086c5
8684 add shortcut sort procs (#9174)
|
6 年之前 |
Miran
|
47828efe32
better docs for `algorithm` module (#9192)
|
6 年之前 |
Kaushal Modi
|
c0266e1afa
Fix typo in an algorithm runnableExamples (#9260)
|
6 年之前 |
pqflx3
|
b90b45b01b
Add algorithm.[sort,sorted,isSorted] overloads using 'system.cmp'. (#8778)
|
6 年之前 |
Dmitry Atamanov
|
a075a912cf
Add algorithm.upperBound (#7851)
|
6 年之前 |
data-man
|
17b8bb8b47
Fixes binarySearch's bug
|
6 年之前 |
data-man
|
a093605ab0
binarySearch became even better
|
6 年之前 |
data-man
|
39a1ad650c
Faster binarySearch
|
6 年之前 |
Dmitry Atamanov
|
90afb1baa7
binarySearch improvements (#7850)
|
6 年之前 |
Araq
|
4b3ad4f00c
keep algorithm.nim warning free
|
6 年之前 |
Andreas Rumpf
|
272bbad784
Merge branch 'devel' into araq-parser-fixes
|
6 年之前 |
Araq
|
bbb0fd4eb7
remove deprecated stuff from the stdlib; introduce better deprecation warnings
|
6 年之前 |
Andreas Rumpf
|
1aa359febb
warn about inconsistent spacing around binary operators; fixes #7582
|
6 年之前 |
Arne Döring
|
6f4ca3f276
test binarySearch, fix for search in empty. (#7769)
|
6 年之前 |
Arne Döring
|
f94fafff9b
Deprecate smart binary search (#7745)
|
6 年之前 |
Oscar Nihlgård
|
34df046d37
Fix algorithm.fill for empty input
|
6 年之前 |
Oscar Nihlgård
|
da077eea7c
Move algorithm tests away from koch
|
6 年之前 |
Yuriy Glukhov
|
5ea80b43b1
More flexible lowerBound interface (#7344)
|
6 年之前 |
Araq
|
e3b6ee85b3
algorithm.nim: change formatting to Nim's defaults
|
6 年之前 |
Andreas Rumpf
|
b14cc1e3b2
fixes #6631
|
7 年之前 |
Andreas Rumpf
|
a62051e304
updated algorithm.rotateLeft implementation
|
7 年之前 |
Arne Döring
|
484f729e27
use doAssert in rotateLeft example
|
7 年之前 |
Arne Döring
|
efe606ef81
fix for feedback on PR
|
7 年之前 |
Arne Döring
|
316886542b
allow a negative distance argument. Improved documentation.
|
7 年之前 |
Arne Döring
|
409854c913
changed rotate to rotateLeft with slice api
|
7 年之前 |
Arne Döring
|
c641751523
fixes for feedback
|
7 年之前 |
Arne Döring
|
c6c3ea5990
added rotate in algorithm
|
7 年之前 |
Andreas Rumpf
|
a88a909565
fixes #5625
|
7 年之前 |
fenekku
|
e9767d8809
Fix reverse on empty openArray (#5407)
|
7 年之前 |
Simon Ruderich
|
af2b0aed06
algorithm: sort: fix link in documentation
|
8 年之前 |