CSC_Final algorithms

  1. GreedyReversalSort( )
  2. BreakpointReversalSort( )
  3. Sorting by unsigned reversals:
    • NP-hard
    • can be approximated within a constant factor
  4. Sorting by signed reversals:
    can be solved in polynomial time
  5. DCJSORT(A,B)
  6. Sorting by DCJ rearrangements
    can be solved in polynomial time
  7. Reversal Distance Problem
  8. Complexity of sorting by reversals is
    NP hard
  9. PatternMatching(p,t) brute force
  10. BreakPoint Reversal Sort
  11. ImprovedBreakpointReversalSort(pi)
  12. BruteForceMotifSearch
  13. MedianStringSearch (DNA, t,n,l)
  14. Building a keyword tree is done in:
    • O(N) time
    • N= kn is length of all the patterns
  15. Building a keyword tree (with naive threading) is done in:
    O(N+nm)
  16. Building a keyword tree (with Aho-Corasick algorithm) is done in:
    O(N+m)
  17. Runtime for a suffix tree
    O(N+m)
Author
saucyocelot
ID
363701
Card Set
CSC_Final algorithms
Description
Algorithms possibly on the final
Updated