Skip to content

CodingANDCoffeeEQHappy/Data_Structures_Project5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Data Structures Project Example 🏫

  • This code is from one of my assignments in a data structures course from a few semesters ago.

  • To run this code, download the files and compile the "Project5.cpp" file with a C++ compiler.

  • Once this is finished, run the file as you would any other C++ file. (In a terminal window run "./Project5" in the directory where the compiled file is located. On Windows, run ".\Project5" in the file folder where the compiled program is located.)

  • The "Project5.txt" file has some sample text in it, however, you may choose to enter new text.

  • The only requirements of text entry are that you choose something over two characters and when running the program, you give it a number that is one above the number of characters in the "Project5.txt" file.

About

This code is from one of my assignments in a data structures course from a few semesters ago.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages