Relative Content

Tag Archive for pseudocode

Algorithm to separate the digits in an integer

I’ve been trying to write an algorithm that will separate the digits in an integer and print them. I have to write it in Pseudocode. I know how to write an algorithm that reverse the digits.

Is there such a concept as “pseudo implementation” in software development?

I’m looking for a label to describe the practice of using human-based computation methods or other means of “faking” an algorithm for the sake of getting a product or demo off the ground quickly without spending the time to develop an technical/scalable/analytical solution? Eg: using Amazon Turk to count the number of empty tables in a restaurant.

Loop invariant vs Assertions

I have an exam on Programming Concepts this Saturday and I am struggling to find some information to understand some concepts better.