Book Image

Haskell Data Analysis Cookbook

By : Nishant Shukla
Book Image

Haskell Data Analysis Cookbook

By: Nishant Shukla

Overview of this book

Table of Contents (19 chapters)
Haskell Data Analysis Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Graph Fundamentals

In this chapter, we will cover the following recipes:

  • Representing a graph from a list of edges

  • Representing a graph from an adjacency list

  • Conducting a topological sort on a graph

  • Traversing a graph depth-first

  • Traversing a graph breadth-first

  • Visualizing a graph using Graphviz

  • Using Directed Acyclic Word Graphs

  • Working with hexagonal and square grid networks

  • Finding maximal cliques in a graph

  • Determining whether any two graphs are isomorphic