##// END OF EJS Templates
stabletailgraph: fix terminology in doc
pacien -
r51352:e1496403 default
parent child Browse files
Show More
@@ -34,7 +34,8 b' def _sorted_parents(cl, p1, p2):'
34
34
35 "px" is chosen as the parent with the lowest rank with the goal of
35 "px" is chosen as the parent with the lowest rank with the goal of
36 minimising the size of the exclusive part and maximise the size of the
36 minimising the size of the exclusive part and maximise the size of the
37 tail part, hopefully reducing the overall complexity of the stable sort.
37 tail part, hopefully reducing the overall complexity of the stable-tail
38 sort.
38
39
39 In case of equal ranks, the stable node ID is used as a tie-breaker.
40 In case of equal ranks, the stable node ID is used as a tie-breaker.
40 """
41 """
General Comments 0
You need to be logged in to leave comments. Login now