Extend C Project Features
Budget: $30 – $250 USD
I already have a working C code-base and want to earn extra credit by bolstering it with additional features. The brief is straightforward: weave in new algorithms or logic—essentially “extra code” that demonstrates deeper problem-solving ability—without disturbing the stability of what is there now.
You will receive the current source files, a short write-up of the assignment goals, and sample input/output. Your job is to:
• Design and implement the new algorithmic component in clean, idiomatic C.
• Integrate it seamlessly with the existing modules, updating any headers, Makefile targets, or helper functions as needed.
• Comment the new sections clearly so the rationale and flow are easy to follow.
• Deliver a quick README note showing how to compile (GCC, standard flags) and run, plus a small test that proves the feature works.
Acceptance is simple: the project must still compile warning-free, pass the original tests, and now exercise the new logic I can showcase for extra credit.
The instructions are attached and will provide source code upon request
You will receive the current source files, a short write-up of the assignment goals, and sample input/output. Your job is to:
• Design and implement the new algorithmic component in clean, idiomatic C.
• Integrate it seamlessly with the existing modules, updating any headers, Makefile targets, or helper functions as needed.
• Comment the new sections clearly so the rationale and flow are easy to follow.
• Deliver a quick README note showing how to compile (GCC, standard flags) and run, plus a small test that proves the feature works.
Acceptance is simple: the project must still compile warning-free, pass the original tests, and now exercise the new logic I can showcase for extra credit.
The instructions are attached and will provide source code upon request