Implementation

Hello,
I have to write a code and write a page to explain my implementation. But what does it mean to explain an implementation ?

Thanks
You're explaining the details of how your code works. Like what algorithms you're using, why the code is doing what it's doing, what performance/runtime complexity the code has perhaps. At the extreme, explain the inner workings of your code so that somebody else could theoretically implement it his or herself based off your description.
Last edited on
Topic archived. No new replies allowed.