Algorithm improvements (#16529)

* Improve documentation for algorithm

Remove unused import in algorithm tests
Improve formatting

* Reapply fix for reverse on empty openArray

* Use 3rd person singular

Add more explanations.
This commit is contained in:
konsumlamm
2021-01-02 20:28:59 +01:00
committed by GitHub
parent e869767aa7
commit 2eccef7ad6
2 changed files with 144 additions and 136 deletions

View File

@@ -3,7 +3,7 @@ discard """
'''
"""
#12928,10456
import sequtils, strutils, algorithm, json
import sequtils, algorithm, json
proc test() =
try:
@@ -14,7 +14,7 @@ proc test() =
echo prefixes
except:
discard
test()
block: