Skip to content

Data structure project, made it in a group of 3 using stacks and Linked lists which calculates numbers operations with having the feature of converting [infix,postfix,prefix]

Notifications You must be signed in to change notification settings

MahmoudHanyFathalla/Scientific-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Scientific Calculator in C

Scientific Calculator coded in C using Stacks and Linked Lists, able to convert infix, postfix, and prefix expressions.

Credits

Mahmoud Hany:

  • Handled the Helping Functions and Stack Structure task.
  • Added an extra Infix to Prefix function, and Error Recognition.

Ahmed Kamal:

  • Handled the Infix to Postfix Conversion task.

Ismail Mohamed:

  • Handled the Postfix Expression Evaluation task

Created for the 'Data Structures' course in the AAST Computer Engineering curriculum under the supervision of the AAST Staff.

About

Data structure project, made it in a group of 3 using stacks and Linked lists which calculates numbers operations with having the feature of converting [infix,postfix,prefix]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages