Skip to content

theresa-de-ocampo/graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

Releases

No releases published

Packages

No packages published