/data-structure-and-algorithm

Data Structure and Algorithm Analysis is my first book about algorithm, the repository is used to recode the code and exicise

Primary LanguagePython

Data-Structure-and-Algorithm

  • 链表反转

  • 两条相交的单向链表,如何求他们的第一个公共节点?

  • 海量日志数据,提取出某日访问百度次数最多的那个IP

  • 有10个文件,每个文件1G,每个文件的每一行都存放的是用户的query,每个文件的query都可能重复。如何按照query的频度排序?

  • 判断两棵树是否相等,请实现两棵树是否相等的比较,相等返回1,否则返回其他值,并说明算法复杂度

  • 从300万字符串中找到最热门的10条

智力题