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
1) let x=0
2) x+2
3 show x
how its a refined form of presudo code
now in next lecture we will practice some logic building skill with algorithm
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
1) let x=0
2) x+2
3 show x
how its a refined form of presudo code
now in next lecture we will practice some logic building skill with algorithm