On Tue, May 31, 2011 at 11:23 PM, Antony Padayattil <[email protected]> wrote: > Hi all, > You might have noticed the awkward subject line. I have been googling for an > hour for a standard method to write algorithms for programs. All I get is > algorithms for various sorting methods and other popular problems in maths > and computer science. I was actually looking for a standard method to write > down the steps involved in an algorithm. Maybe I wasn't putting together the > right words. Anyway, if anyone know of any such standards please name them > or give links.
There are no standards for 'pseudocode'. e.g http://mubashirnabi.com/Resources/Education%20OA/%5B2011%5D%20Pseudo-Code%20Tutorial.pdf There are many formal/less formal specification languages though. ...but that is not what you want. Best A. Mani -- A. Mani ASL, CLC, AMS, CMS http://www.logicamani.co.cc _______________________________________________ Indian Libre User Group Cochin Mailing List http://www.ilug-cochin.org/mailing-list/ http://mail.ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org #[email protected]
