[algogeeks] Where can I find paper writing requirements for Journal of ACM

2014-08-27 Thread wtx...@gmail.com
Hi, I am preparing to deliver my first paper to Journal of ACM. I downloaded the format file from http://www.acm.org/publications/word_style/V2-ACM-SMALL-AUGUST-2012.zip through http://www.acm.org/publications/word_style/word-style-toc/ But I cannot find the limitations on length of a paper and

[algogeeks] Re: I am developing a new algorithm constructing Suffix Array and I want some knowledge on genome

2014-08-08 Thread wtx...@gmail.com
Odysseus, What does char 'N' mean in chr22.dna? DNA has only 4 chars: A, C, G, T. Other DNA/RNA has any other chars? I read from wiki that 'U' appears in tRNA. Where is a tRNA file I can use? Thank you. Weng On Thursday, August 7, 2014 6:26:19 PM UTC-7, wtx...@gmail

[algogeeks] Re: I am developing a new algorithm constructing Suffix Array and I want some knowledge on genome

2014-08-08 Thread wtx...@gmail.com
Odysseus, Thank you very much!!! I can open it with Microsoft' Notepad to view it. This is really what I want!!! Weng On Thursday, August 7, 2014 6:26:19 PM UTC-7, wtx...@gmail.com wrote: > > I am developing a new algorithm constructing Suffix Array that is not > based o

[algogeeks] Re: I am developing a new algorithm constructing Suffix Array and I want some knowledge on genome

2014-08-08 Thread wtx...@gmail.com
File size: 4.9MB, Download time: <1min (Cable/DSL) - [image: 12] *E*asily Open/Repair .DNA files! On Thursday, August 7, 2014 6:26:19 PM UTC-7, wtx...@gmail.com wrote: > > I am developing a new algorithm constructing Suffix Array that is not > based on KA, AS-IS or Skew alg

[algogeeks] Re: I am developing a new algorithm constructing Suffix Array and I want some knowledge on genome

2014-08-08 Thread wtx...@gmail.com
Here is Google Suffix array testing result website. https://sites.google.com/site/yuta256/sais I want to know if the testing corpus contains DNA bio information? It has a file named chr22.dna. Is it chromosome 22 DNA? Weng On Thursday, August 7, 2014 6:26:19 PM UTC-7, wtx...@gmail.com wrote

[algogeeks] I am developing a new algorithm constructing Suffix Array and I want some knowledge on genome

2014-08-07 Thread wtx...@gmail.com
I am developing a new algorithm constructing Suffix Array that is not based on KA, AS-IS or Skew algorithms. Its performance depends on Max(LCPs) (the largest of longest common prefix) of the suffix array. It will work perfectly for 8-bit character string without any code change. It needs some