Skip to main content

Posts

Showing posts with the label Algorithm in Computerscience

Overview of Algorithm in Computer Science and uses in Programming Language #DOTC_Mdb

Overview of   Algorithm in Computer Science and uses in Programming Language.   Hello Everyone , Today we will discuss about Algorithm as it’s very important for any Programmer to understand Algorithm to make program in simpler way. In simple word an algorithm can be defined as a step by step procedure for accomplishing a task. In the world of programming, an algorithm is a well-structured computational procedure that takes some values as input some values as output. Algorithms can have a wide variety of applications. In math, they can help calculate functions from points in a data set. Aside from their use in programming itself, they play major roles in things like file compression and data encryption. Before Going to Importance of algorithm just need to understand how algorithm works to write any simple program. For example Suppose   we write a simple program   in Pl/SQL to check if there is any records in table then update the table else insert the records in a table. So doin