Mastering Algorithms With C by Kyle Loudon

Mastering Algorithms With C by Kyle Loudon

Author:Kyle Loudon
Language: eng
Format: mobi
Tags: COMPUTERS / Programming Languages / C
ISBN: 9781565924536
Publisher: O'Reilly Media
Published: 1999-08-05T00:00:00+00:00


/*****************************************************************************

* *

* ------------------------------- dfs_main ------------------------------- *

* *

*****************************************************************************/

static int dfs_main(Graph *graph, AdjList *adjlist, List *ordered) {

AdjList *clr_adjlist;

DfsVertex *clr_vertex,

*adj_vertex;

ListElmt *member;

/*****************************************************************************

* *

* Color the vertex gray and traverse its adjacency list. *

* *

*****************************************************************************/



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.