Fahim_7861

revise set

Aug 11th, 2021 (edited)
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ALGORITHM
  2.  
  3. Data structure
  4.  
  5.  
  6. 4) Segment tree
  7. 5) Set
  8.  
  9. 8) Deque
  10. 9) Priority_queue
  11. 10) Cumulative Sum
  12. 11) Disjoint Set Union Find (DSU)
  13. 12) trie
  14. 13) Sliding Range RMQ
  15. 14) policy based data structure
  16. 15) Mergesort Tree
  17.  
  18. 18) Next Greater Element
  19. 19) Sparse Table
  20.  
  21. Searching technique
  22.  
  23. 2) Binary search
  24.  
  25.  
  26. Graph
  27.  
  28.  
  29. 11)LCA
  30.  
  31. DP
  32. 1) Coin change
  33. 2) LCS
  34. 3) LIS
  35. 4) 0-1 Knapsack
  36. 5) Edit distance
  37. 6) bit mask dp
  38. 7) Digit DP
  39.  
  40.  
  41. Greedy
  42.  
  43. 1) Activity Selection
  44. 2) Knapsack
  45.  
  46.  
  47. String Algorithm
  48. 1) Rabin karp
  49. 2) String permutation
  50. 3) Z Algorithm
  51.  
  52.  
  53.  
  54. Number Thoery
  55.  
  56. 13) Mat Expo
  57.  
  58.  
  59. Range Query ALgorithm
  60.  
  61. 2) Segment tree
  62.  
Add Comment
Please, Sign In to add comment