Pages

Monday, October 12, 2009

Some clarification

In this blog I share some knowledge on programming and electronic matter. It is just I love to share with others on my so limited knowledge. I am in no way an expert in what I'm sharing about.The knowledge which is shared in this blog can be beneficial for some people and can be "rubbish" for some other people.

I have received a a lot of questions in some post here. Some question can be very basic, some questions cannot be answered by me myself. Regardless of the questions level, I am in no way obligated to answer any of the questions.

The commenting system used here is for discussion purpose.

Thank You!

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.