算法题之数据结构总结

本文总结一些算法题中可能出现的不太常见数据结构

  • Trie
  • Binary Index Tree
  • Segment Tree
  • Union Find
  • Graph连通
  1. https://leetcode.com/problems/accounts-merge/
  2. https://leetcode.com/articles/redundant-connection/
  • MD5

你可能感兴趣的:(算法题之数据结构总结)