algorithm-pattern-swift icon indicating copy to clipboard operation
algorithm-pattern-swift copied to clipboard

算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~

Results 1 algorithm-pattern-swift issues
Sort by recently updated
recently updated
newest added

Hi there, found a couple of errata while going through the gitbook: In line 5 of the [Binary Tree > Mergesort code snippet](https://greyireland.gitbook.io/algorithm-pattern/shu-ju-jie-gou-pian/binary_tree#gui-bing-pai-xu), the condition `if nums.isEmpty` causes infinite loops...