Add tutorial-like docstring material on RecursivelyEnumeratedSet
Closed this issue · 17 comments
mkoeppe commented
mkoeppe commented
seblabbe commented
Author: Florent Hivert, Sébastien Labbé
seblabbe commented
seblabbe commented
Changed branch from u/hivert/move_searchforest_code_to_sage_sets_recursively_enumerated_set_pyx to public/29882
seblabbe commented
comment:4
Note that I rebased old Florent Hivert's commit on top of 9.2.beta1 (new commit hash is cb48f33).
sagetrac-git commented
sagetrac-git commented
tscrim commented
comment:6
I made a few small changes to try and improve the exposition. If my changes are good, then positive review.
tscrim commented
Reviewer: Travis Scrimshaw
mwageringel commented
comment:7
There are a few lines which are syntax errors in Python 3:
def children((lst, st)):
post_process = lambda (l, s): tuple(l) if not s else None,
sagetrac-git commented
sagetrac-git commented
seblabbe commented
comment:9
Needs review.
tscrim commented
comment:10
LGTM.
vbraun commented
Changed branch from public/29882 to 90dc326