Algorithms

Firas Bchir
1 min readAug 17, 2020

The algorithms concept is an easy concept that everyone can understand but it has a little bit of complication in implementing the functions, the fun part and also the hard part is to find the logic that you will follow to transform the input data into another output data for a purpose of course.

Let me give an example, you see the chess board imagine that you have to create a chess game with n * n rows and columns, when you’ll start coding the movements of each the chess’s pieces you need to follow an algorithmic way you need to create your own logic and that’s it.

--

--