+ 1
Algorithms
Please reference for algorithms design?
2 Answers
+ 2
Algorithm design is the branch of discrete mathematics and computer science that deals with the research, development and implementation of sequential and asynchronous algorithms. While there arenât really any jobs with the title algorithm designer, most graduate-level computer science work involves quite a bit of algorithm theory and research. Algorithms are used in every field that deals with values that can be quantified and many fields that deal with values that cannot. An algorithm is simply a sequence of instructions; a recipe is an algorithm, and so is a list of driving instructions.
More here:
https://www.bestcomputersciencedegrees.com/faq/what-is-algorithm-design/
Hope it helps :)
0
thank you Vortex