answersLogoWhite

0

an algorithm is working code that accomplishes a task. like a sorting algorithm would get an array sorted alphebitically, asending, decending.. whatever it was programmed to do.

psuedocode is like a basic outline of a method or a program or a chunk of code. it lets you visualize the steps you need to take to accomplish a goal. for example:

psuedocode:

  • //loop through indicies in myArray[]
  • for (init, condition, step)
  • {
  • if myArray[init] is playerPosision
  • movePlayer
  • }

obviously you couldn't copy and paste that code into any 'ol program, but it really gets you on track

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is difference between alogrithm and pseudo code?

An algorithm is an abstract set of rules used to solve a specific problem. Pseudocode is just one of many ways to represent an algorithm.


What is the difference between an algorithm and java code?

In Java programming language, an algorithm refers to a sequence of instructions that have been specified to undertake a particular task within a certain time. An algorithm can take no or several inputs but will generate at least one output.


What is the Difference between Peterson's algorithm and Dekker's algorithm?

Dekker algorithm has much more complex code with higher efficiency, while Peterson has simpler code. Imran Dekker algorithm has also the disadvantage of being not expendable (maximum 2 processes mutual exclusion, while Peterson can be extended for more then 2 processes. more info here: http://en.wikipedia.org/wiki/Peterson%27s_algorithm#The_Algorithm_for_more_then_2_processes


What is the difference between implementation and algorithm?

An algorithm is a instruction for solving a problem. It is typically illustrated using prose, pseudo code or flowcharts, but other methods exist. The algorithm is the "here's how it's going to work" part of the solution. An implementation (of an algorithm) is a specific expression of this algorithm, using a specific programming language or any other suitable means. The implementation is the "here's how I've done it" part of the solution.


What is the difference of source code object code and pseudo code?

Source code is a sequence of executable instructions written in a particular language. Pseudo code is a sequence of non-executable instructions. It is also called algorithm written in plain English


What is the basic Difference between flow chart and pseudo-code?

what's the difference between flow chart and structure diagrams and pseudo code


Difference between pin code and postal code?

There is not much of a difference between a pin code and a postal code. A pin code is used in India while other countries such as the U.S. use postal codes.


What is the code of pegasis?

PEGASIS Cluster Algorithm Code for WSN Omnet++ ?


What is A algorithm in AI?

A algorithm in artificial intelligence is a line of code meant to simulate a human emotion.


What is the difference between an ICD9 code and a CPT code?

ICD9 code is the diagnosis code and a CPT is the procedure code


What is pseudo code algorithm for create a linked list with a header and insert a four numbers to the list?

pseudo code algorithm to create a linked list


Source code Thomas algorithm to solve trichagonal system of finite difference method?

Visit related link below for coding in C,Matlab, Fortran