When implementing an existing algorithm, make sure to reference the source in the comments, and whenever possible reference the corresponding equations next to the lines of code that implement them; it makes it easier to go back to the article and use it as a "manual" for your implementation.
When implementing an existing algorithm, make sure to reference the source in the comments, and whenever possible reference the corresponding equations next to the lines of code that implement them; it makes it easier to go back to the article and use it as a "manual" for your implementation.