before proceeding let me tell you some hard facts about computer
algorithm aren't computer codes so your style to demonstrate yor logic
computer deals with finite things
which means whole numbers and numbers never lie
computer is a device that takes input process it and gives out-come
outcome must be desired one (required one)
now we would see...
Sunday, 1 November 2015
lesson # 4 : intro to algorithm
By Unknown

here we will see what is algorithms
algorithms are refined presudo codes
means algorithms are presudo codes which are filtered in such a way that they could be easily read and are shorted
presudo code ( show the value of x after adding 2 to it )
1) let a varaible x
2) x has initial value 0
3) in x add 2 to x
3) show value of x
algorithm...
lecture #3 :intro presudo code
By Unknown

now to learn a programming language you must need to learn 2 thing to achieve the third
1) presudo codes (logic building)
2) flow charts (showing your logic graphically)
3) programming language (practically implementing your logic)
so presudo codes means the instruction to acheive a given task in a logical...
lesson # 2 : logic building
By Unknown

this is where your actual learning begins
before trying to learn any programming language first learn how to use it
like you learn English but you don't know how to do a conversation ...its of no use
so to learn a programming language first you need to learn the skill known as logic building
like 2 + 2 = 4
whats logic in it...??
a)2=...
lecture #1 : intro to programming
By Unknown

well most of the time programmers thinks that this is the best they could do , stopping at a point ,breaking point , to me a person who surpass that breaking point deserves to be a real programmer. rest will be just a bunch of peeps who knows how to code ...
so lesson #1
if you really are into programming then prove it by investing your time . even...