Pages

Friday, March 27, 2009

Building Data Structure : An experience

I'm not from IT/Computer Science background but from Electrical background,(to be precise Mechatronic) , my knowledge on high level programming language is not very strong. Especially on data structure.


Thursday, March 12, 2009

Converting algorithm into coding [Random Thought]

One of the challenge in programming, is to translate an algorithm into a coding. from my observation algorithm can be divided into three categories:

  1. Logical
  2. Mathematical
  3. Combination of mathematical and logical.