If you're reading this, we've just migrated servers! If anything looks broken please email dion@thinkmoult.com :)

About Pseudocode

My supervisor asked me to describe my algorithm in pseudo-code in the paper
For beginners, this is the first time I heard the word “pseudocode”.
Does anyone have some excellent pseudocode templates to share?

Comments

  • @shanmama - pseudocode simply is your algorithm written similar to as if you were to code it, but with simplifications so that anybody can read it without needing to be syntactically accurate to any particular language. Wikipedia describes it well and gives example. There aren't really any rules.

  • @Moult said:
    @shanmama - pseudocode simply is your algorithm written similar to as if you were to code it, but with simplifications so that anybody can read it without needing to be syntactically accurate to any particular language. Wikipedia describes it well and gives example. There aren't really any rules.

    So good!I found that more than 80% of my research problems can be solved on the OSArch. Thank you again!

    Jesusbill
Sign In or Register to comment.