Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Data Structure Representation

Overview

This program, in text-based user interface (TUI), represents node(s) in a graph with provision for several operations. Furthermore, it comes with a validation system, and error handlers.

Features (available for both directed and undirected graphs)

  1. Insert Node
  2. Add Edge
  3. Delete Node
  4. Delete Edge
  5. Neighbors
  6. Clear
  7. Breadth-first Search
    1. Capable of handling disconnected subgraphs
  8. Display

Requirement

C11 (or higher)

About

Graph Data Structure

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages