Project Submission

Submit Your Advanced Calculator Project

Create a public GitHub repository with the exact name shown below, add all required files, and enter your GitHub username to submit.

Repository Requirements

Your repository must have this exact name:

github.com/<your-username>/c-advanced-calculator
Required Files and Folders
  • include/
  • stack.h
  • tokenizer.h
  • evaluator.h
  • calculator.h
  • src/
  • stack.c
  • tokenizer.c
  • evaluator.c
  • main.c
  • tests/
  • Makefile
  • README.md
README.md Must Include:
  • Your full name and submission date
  • Project overview and features list
  • Supported operators (+, -, *, /, ^, %) and functions (sin, cos, sqrt, etc.)
  • Build instructions (prerequisites, compile with make, run)
  • Usage examples (5-10 example calculations)
  • Implementation details (Shunting Yard algorithm, data structures)
  • Testing approach and edge cases handled
Required (submission will fail without these)

Submission Form

github.com/
Enter only your username. We will verify the repository c-advanced-calculator exists in your account.

Your repository will be verified before submission is accepted

Project Submitted Successfully!

Your project has been verified and submitted. Great work on your Advanced Calculator project!