Advertisement
anik11556

Algo-II

Nov 21st, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1.  
  2. Direct addressing,Hash table algorithm,
  3.  
  4. String matching algo (Naive string matching,Rabin Karp algorithm,prefix and suffix calculation, prefix function,Brute force technic,K-Map Mathcher,DFA related algorithm , Suffix trie )
  5.  
  6.  
  7. Np completeness problems(Clique,Vertex cover,some basic idea of P,NP, Decision problem,Euler cycle edge cover check and Hamiltonian cycle vertex cover check,some proofs, approximation ratio,approx tsp tour) ,
  8.  
  9.  
  10. Computational geometry (interpolation, segment intersect ,Convex hull,Graham scan),
  11.  
  12.  
  13. Discrete math er number theory(Extended GCD,fermet's little theorem,Euler's theorem),
  14.  
  15.  
  16. Public key cryptosystem,RSA,Back tracking,N-queen problems,subset sum problem,
  17.  
  18.  
  19.  
  20. Branch and bound(job sequencing,state space tree),Online algorithm (ski rental problem),
  21.  
  22.  
  23. next class linear list search
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement