Author: Stan Eisenstat
Subject: Re: [Cs223] Graph Algorithm
Date: Wednesday, 22 Apr 2020, 15:44:22
> Message Posted By: Unknown > > On the syllabus, it says "graph algorithms (including path-finding, > minimal spanning trees)" > Are we going to cover graph algorithms this semester? Nine20 was breadth-first search in an implicit graph. Had we another week we would have covered shortest path algorithms and minimum spanning trees, which are nice examples of the use of priority queues. --Stan-PREV INDEX NEXT