Popular posts from this blog
To overcome challenges, through Without comparing ourselves to others.
To overcome challenges, through Without comparing ourselves to others. When we are babies, with our height and weight, as we grow, it becomes our speed and strength. Nowadays we compare our average with our peers like exam results, job results, etc. I have done it many times in my life. For example, I compared my final exam results with my best friend. In the exam result, while I stood 20th, she stood second in the class. I felt very uncomfortable and avoided meeting her. I was depressed. At that time I was disappointed in myself. I was angry with myself. Compared to other such experiences, it is quite terrifying. It made me realize that personal average is a very personal thing from person to person. If we can focus on that and work to build it, we can start making your dreams come true. This experience is the most valuable thing in my life and I learned a lot from it. It changes me and I make my mistakes. After that, we became best friends again. It changes my thinking and beha...
What Is A Programming Algorithm?
What Is A Programming Algorithm? A programming algorithm is a procedure or formula used for solving a problem. It is based on conducting a sequence of specified actions in which these actions describe how to do something, and your computer will do it exactly that way every time. An algorithm works by following a procedure, made up of inputs. Once it has followed all the inputs, it will see a result, also known as output.. Characteristics of an algorithm: Precision – the steps are precisely stated. Uniqueness – results of each step are uniquely defined and only depend on the input and the result of the preceding steps. Finiteness – the algorithm stops after a finite number of instructions are executed. Input – the algorithm receives input. Output – the algorithm produces output. Generality – the algorithm applies to a set of inputs . There are seven different types of programming algorithms: Sort algorithms Search a...
Comments
Post a Comment