Hi There,
Here is funny but true classification:
I think that if you are doing analysis but not getting first author papers you are a "bioinformatics analyst", if are getting first-author papers you are might be either a "computational biologist"...
Big O notation just represent the complexity of algorithm or any written script. there are two types of O : one is space complexity that is how much memory or space need to reserve or use while running the script and second one is time complexity...
I will try to explain it in simple way.
Just think of the Big-O as a way to express the performance of the algorythm. That performance will depend on the number of elements the algorythm is handeling = n.
An example, when you have to make a sum....
Hi All,
I am currectly focusing on algorithmic section of computational biology. I came across Big-O Notation in a research paper which made my head hurt. I google it but unable to understand it. I appreciate any help to get rid of my...