Skip to content

Here are some projects that I have worked on over the past few years at university.

Notifications You must be signed in to change notification settings

aschurg/Schoolwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Schoolwork

Here are some projects that I have worked on over the past few years at the University of Montana.

Data Structures

Introduction to Data Structures

Stack/filestats_schurg

Python script that takes a text file as an input and returns a word count and character count of the file. Also returns a list of the top 10 most frequently used words and their counts. Script uses Stack and Dictionary data structures. Run with python filestats_schurg.py {filename.txt}

Stack/schurg_project2

Python script that takes name of an xml file as input. Checks for validity by ensuring each tag has a corresponding closing tag. Run with python schurg_project2.py. Then enter the name of an XML file when prompted.

BinaryTree

Python program that encodes/decodes a string using given binary code. Includes 6 test cases. Run with python Encoder.py {filename.txt}

About

Here are some projects that I have worked on over the past few years at university.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages