DEV Community

Cover image for I can create any Algorithm
Santosh Devnath
Santosh Devnath

Posted on

I can create any Algorithm

Did you mess ever with any algorithm that you need in your project? Many times we need to implement an Algorithm for our program to fulfil all the business logic. So Algorithm is a major part of a software or application that defines all the business logic

How I learned Creating Algorithm

I started development in 2014. My first project was on Multi-Level Marketing binary Structure also called MLM Binary 1x2.

That was not easy for me to create the Tree logics that will generate dynamically.
Image description

It was hard for me to develop all the logic behind that tree with lots of condition.

No content on the Internet.

In 2014 there was no content on the Internet on how to build complex logic like MLM Binary 1x2. So I deeply did the experiments for almost 30 days. Then finally, I got a solution. I built that web application and provided it to the client.

The client was so happy because at that time there were very few developers who can do this. And the client ran the project for almost 2 years and earned a lot of money.

I Taught other people

So after learning those complex logic, I was thinking other developers in the world facing the same issue. So I started a YouTube channel and told other developers how I build this.

Here is the link - YouTube Channel

8 Years in developing Algorithms

So I did not stop here to create complex logic. Then I worked for many Software companies to build complex logic for them. I invested my 8 years to just creating logic.

Still Learning

I think the journey in complex algorithm development will never end. Every day I learn new things and get more ideas. I still enjoy to develop Algorithms.

Creating Algorithms is an Art

Top comments (0)