Re: Am I abusing SORT? It sure ain't working for me....
- From: eric@xxxxxxxxxxxx
- Date: Sun, 26 Feb 2006 21:28:00 -0500
On Mon, 27 Feb 2006 00:10:29 GMT, Kenny Tilton
<NOktiltonSPAM@xxxxxxxxxx> wrote:
OK, I am missing transitivity. And I can fix that by imposing a tougher
sort than the application requires (traversal order).
If you have to traverse a big set of nodes to find the traversal order
of a small subset, and you would rather just sort that small subset,
you might want to have each node remember its depth, which would be
defined as being one greater than the depth of its deepest parent.
Then you could simply sort by depth, with no need for traversal.
.
- References:
- Am I abusing SORT? It sure ain't working for me....
- From: Kenny Tilton
- Re: Am I abusing SORT? It sure ain't working for me....
- From: Jens Axel Søgaard
- Re: Am I abusing SORT? It sure ain't working for me....
- From: Kenny Tilton
- Re: Am I abusing SORT? It sure ain't working for me....
- From: rif
- Re: Am I abusing SORT? It sure ain't working for me....
- From: Kenny Tilton
- Am I abusing SORT? It sure ain't working for me....
- Prev by Date: Re: destructuring-bind on infinite lists?
- Next by Date: Re: Common Lisp Application Builder news
- Previous by thread: Re: Am I abusing SORT? It sure ain't working for me....
- Next by thread: Re: Am I abusing SORT? It sure ain't working for me....
- Index(es):
Relevant Pages
|
|