09 September 2013 4 6K Report

I have read a paper which presents a high level description of an algorithm. Some steps of the algorithm are described in natural language and are hard to reproduce when trying to implement the code.

After reading other papers related to the original one I have managed to write all the subalgorithms in Pseudocode and implemented and tested the algorithm in C++.

In order to prevent others from going through the entire process again I would like to publish a scientific note which describes all the subalgorithms.

My work does not bring any novel contribution to the existing literature. It is just detailed description of an existing algorithm which might be useful to other researchers.

Similar questions and discussions