Can any tell me what programming language goes like this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can any tell me what programming language goes like this?

I was searching a bout algorithms on the internet and came across this: make all the element of input_array = mulitple itself -1; run findMin(input_array) put result into o_Max; return o_Max * -1; I've never seen anything like that, can anyone tell me?

5th May 2019, 7:00 AM
Haxwell
Haxwell - avatar
3 Answers
+ 2
i think that is pseudo code, it meant to describe an algorithm in more "general" way so we can apply it into actual code.
5th May 2019, 7:09 AM
Taste
Taste - avatar
+ 1
That looks like pseudo code. It's english + prog language bits mixed together.
5th May 2019, 7:10 AM
Mensch
Mensch - avatar
0
Thanks guys
5th May 2019, 7:15 AM
Haxwell
Haxwell - avatar