240 发简信
IP属地:江苏
  • Resize,w 360,h 240
    链接分析算法总结

    两个模型 随机游走模型:网页节点通过链接进行跳转,对应跳转的概率 子集传播模型:网页划分子集,给予特殊子集内网页初始权值,然后根据特殊子集内网页...

  • Resize,w 360,h 240
    面试时常问的10个数据库问题

    inner join 和 outer join 的区别? 假设你要join两个没有重复列的表,这是最常见的情况:inner join A 和 ...

  • 部分背包问题

    贪心算法 Python 问题描述:给定n个物品,物品价值分别为$P_1$,$P_2$,$...$,$P_n$,物品重量分别为$W_1$,$W_2...

  • 0-1 背包问题

    动态规划 递归 Python 问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P...

  • 202. Happy Number(数值转字符串)

    Write an algorithm to determine if a number is "happy". A happy number i...

  • 13.Roman to Integer(find()函数)

    Given a roman numeral, convert it to an integer.Input is guaranteed to b...

  • 283. Move Zeroes (Vector的erase和remove)

    Given an array nums, write a function to move all 0's to the end of it w...

  • 371. Sum of Two Integers(位操作)

    Calculate the sum of two integers a and b, but you are not allowed to us...

个人介绍
写写博客备忘,有不少东西都是看别人大神的,没标引用。。反正都是写自己看的。