Skip to content

justinbarclay/cmput201

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmput201

This is a repository of all the code written in my CMPUT 201 class, in the C language.

It includes a term long project, broken into 3 parts. The goal for this project was to write an algorithm to take in a set of X and Y coordinate and generate a rectilinear steiner tree. This required:

  • Read input from the command line or from a file
  • Validate data being read from a file
  • Generate random data and display it in the command line or a file.
  • Create a minimum spanning tree for the set of coordinates
  • Create an alogrithm to determine a reactilinear steiner tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages