Skip to content

gphan/prefixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infix to Prefix Equation Solver

A Java project that takes an equation as input in the form:

	( a + b ) * 2 + 3 * ( x )

It doesn't lex the lack of spaces correctly so you have to add spaces between tokens.

This is a project I did for a job interview / screening. I didn't get an in-person interview. You can see why here. It does the job, but very poorly.

About

Infix to Prefix notation project. Used as an interview project, but as you can see, it was done before I learned a bit about design patterns so there is some nasty code here.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors