/String-Parser

Using the Binary Search Tree and Stack structures, extract user information from the given file. Parsing by # character and defining the parsed information as a User object, then the program that processes this information.

Primary LanguageC++

Parser

Using the Binary Search Tree and Stack structures, extract user information from the given file. Parsing by # character and defining the parsed information as a User object, then the program that processes this information.

Data Structure Concepts

  • Stack
  • Binary Search Tree
  • Linked Lists

make

The console app uses Makefile to manage folder and running processes. So the app can be run via cmd with "make" command on project folder' directory.