0

How to create an algorithm?

20th Apr 2017, 9:46 AM
DNABIRONG
DNABIRONG - avatar
3 Antworten
+ 7
Depends on what you want the algorithm to do.
20th Apr 2017, 10:02 AM
Swati
Swati - avatar
+ 3
You'd either create one or improving one. First and foremost, find an expert in your target field and get some advice . Then: 1. Define what kind of algorithm it should be. 2. Do reseach on papers related to your previously defined algorithm. 3. gather your results. 4. Go through some experiment. 5. make a document of your experiments. 6. publish a draft as a proposal
20th Apr 2017, 11:00 AM
Babak
Babak - avatar
0
there are few steps to follow. 1. initialization 2.main logic 3.end these steps should be well defined as per the code requirements. you should follow the code flow. an algorithm is predefinition, working view of your code.
20th Apr 2017, 11:07 AM
Sumit Kale
Sumit Kale - avatar