Skip to content

Project 0, CS4280, BST w/ traversals from file

Notifications You must be signed in to change notification settings

mgazit2/cs4280_P0

Repository files navigation

Matan Gazit
Project 0
CS4280

Due: 02/08/2021

MAKE:

	To make this project, use command 'make' in the command line when in the project directory
	
	Use 'make clean' and cleanup directory following compilation

RUN:

	To run this project, use command './P0 [OPTIONAL_FILE]' in the command line when in the project directory

	If no [OPTIONAL_FILE] is entered as an argument, the user will be tasked with entering 10 words into a character array

	If an [OPTIONAL_FILE] is used, the program will use text from inside the file to construct a tree of up to size 100
	
	Array will be used to construct a tree, and then print its traversals into 3 seperate files: output.inorder,
			output.preorder, output.postorder. Look for these files in the directory following succesfull execution

About

Project 0, CS4280, BST w/ traversals from file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published