The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Joe <joe@celo.io>
To: tuhs@minnie.tuhs.org
Subject: Re: [TUHS] {TUHS] Interesting Commentary on Unix from Multicians
Date: Wed, 11 May 2022 14:47:44 +0200	[thread overview]
Message-ID: <36b91424-e446-ce38-feff-4e84479f9004@celo.io> (raw)
In-Reply-To: <CAKH6PiWSOKFRe0oi92iygvTF1guH=vm5UQ-2OHm5t4HAcJPsNg@mail.gmail.com>

On 4/9/22 13:45, Douglas McIlroy wrote:
>> Single Level Storage is an awesome concept and removes so many ugly
>> hacks from algorithms that otherwise have to process data in files.
> 
> This was Vic Vyssotsky's signature contribution to Multics, though in typical
> Vyssotsky fashion he never sought personal credit for it. Other awesome
> Vyssotsky inventions:
> 
> [..]
> A minimum-spanning-tree algorithm quite different from the well-known methods
> due to his colleagues Bob Prim and Joe Kruskal, again unpublished.
> 

Interesting, I had not heard about this before, and an internet search 
turned up:

(some copy of "Algorithms in C++", by Robert Sedgewick)
https://apprize.best/science/algorithms_2/3.html
paragraph 4.3.23: graphs(4) -> mst(3) -> vyssotsky(23)
https://github.com/reneargento/algorithms-sedgewick-wayne/blob/master/src/chapter4/section3/Exercise23_VyssotskyAlgorithm.java
(an implementation of this by Rene Argento?)

Algorithms in Java, 3rd edition (2003) R. Sedgewick
20.72: Exercises:
[V. Vyssotsky] Develop an implementation of the algorithm discussed in
Section 20.2 that builds the MST by adding edges one at a time and 
deleting the longest edges on the cycle formed (see Exercise 20.34). Use 
a parent-link representation of a forest of MST subtrees. Hint: Reverse 
links when traversing paths in trees.

I was unable to fetch this slide deck
https://web.archive.org/web/20081205054614/https://www.cs.princeton.edu/~rs/cs226/2002/lectures/19mst.pdf
which also appears to mention it at least in passing: "Other MST 
algorithms VYSSOTSKY (1960s) add edges one at a time delete longest on 
cycle formed"

Does anyone know of a more complete source on this topic?

It is not mentioned on Wikipedia, these seem like appropriate places to 
place a reference:
https://en.wikipedia.org/wiki/Minimum_spanning_tree
https://en.wikipedia.org/wiki/Victor_A._Vyssotsky


      parent reply	other threads:[~2022-05-11 12:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-09 11:45 Douglas McIlroy
2022-04-09 13:09 ` Larry Stewart
2022-04-09 18:25 ` Ken Thompson
2022-04-11 19:24   ` Dan Cross
2022-04-28 21:05 ` Alan Glasser
2022-04-30 10:45   ` [TUHS] Aleph Null in Software Practice & Experience Ralph Corderoy
2022-04-30 15:42     ` John Cowan
2022-04-30 12:52       ` Ralph Corderoy
2022-04-30 13:33         ` Rob Pike
2022-05-02  9:55           ` Ralph Corderoy
2022-05-02 10:03             ` Rob Pike
2022-05-11 12:47 ` Joe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=36b91424-e446-ce38-feff-4e84479f9004@celo.io \
    --to=joe@celo.io \
    --cc=tuhs@minnie.tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).