Building a Heap
Binary heaps are binary trees that are sorted in such a way that the parent leaf is either greater or lesserContinue Reading
Binary heaps are binary trees that are sorted in such a way that the parent leaf is either greater or lesserContinue Reading
Graphs are amazing. Bipartiteness is a characteristic of certain graphs. A graph is bipartite if and only if you canContinue Reading
I’m working with the Velvet Assembler as part of my virus identification project. When I’m not trying to write aContinue Reading
import distance b=“GACTCCTTTGTTTGCCTTAAATAGATACATATTTACTCTTGACTCTTTTGTTGGCCTTAAATAGATACATATTTGTGCGACTCCACGAGTGATTCGTA” a=“ATGGACTCCTTTGTTTGCCTTAAATAGATACATATTCAACAAGTGTGCACTTAGCCTTGCCGACTCCTTTGTTTGCCTTAAATAGATACATATTTG” c=0 da=“” db=“” for j in range(32,41): for i in range(len(a)-j): Continue Reading
Ever since I got to Ithaca at the Boyce Thompson Institute, I’ve had to learn how to program in Perl,Continue Reading
Dear blog, my source of reflection, One thing that has occurred to me is that, in order to keep movingContinue Reading
It is not enough to be industrious; so are the ants. What are you industrious about? – Henry David ThoreauContinue Reading
I don’t know what’s worse. The fact that I slept for maybe 10 hours last night or the fact thatContinue Reading