Skip to content

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.

Notifications You must be signed in to change notification settings

tunchasan/String-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published