Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 570 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 570 Bytes

CPP-Project-Files

C++ Project files from CSC 112 course

Some details on each project:

Pig Latin: Reads in text file and uses a loop coupled with a user-defined class function to "translate" text file into Pig Latin.

Shannon Info Score: Reads in text file, uses user-defined classes and functions in a singly-linked list to return the Shannon Information Score (a measure of word density) for a file.

Stack Maze: Uses a stack of coordinates to solve and chart a pathway from a defined start point and end point in a given maze. Sample maze included.