书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 328 个相关结果.
  • Introduction

    4649 2018-04-14 《LeetCode题解》
    前言 Thanks Contributor Maintainer 前言 首先声明,我和张晓翀都不是算法牛人,确切的说应该是算法的门外汉,小白一个。所以我们为了撬开算法的大门,各自刷完了一遍LeetCode的题目,这其中碰到了很多困难,当然也少不了用了Google以及参考了别人的代码。 做完一遍下来,陡然发现,很多题目还是忘记了,再次碰到又不知道...
  • Reverse Integer

    Reverse Integer Question Problem Statement Example 题解 Java 源码分析 Reference Reverse Integer Question leetcode: Reverse Integer | LeetCode OJ lintcode: (413) Reverse In...
  • Reverse Integer

    Reverse Integer Question Problem Statement Example 題解 Java 源碼分析 Reference Reverse Integer Question leetcode: Reverse Integer | LeetCode OJ lintcode: (413) Reverse In...
  • 链表

    例题 单链表翻转 LeetCode 206 单链表判断是否有环 LeetCode 141 单链表找环入口 LeetCode 141 单链表找交点 LeetCode 160 单链表找中间节点 LeetCode 876 单链表合并 LeetCode 21 例题 单链表翻转 LeetCode 206 这个问题可以使...
  • Find Peak Element

    Find Peak Element Question 題解1 - lintcode Python C++ Java 題解2 - leetcode C++ Java 源碼分析 複雜度分析 Java - compact implementation[^leetcode_discussion] Reference Find Peak...
  • Problems

    Problems Single Problem Chessboard Coverage Problem(棋盘覆盖问题) Knapsack Problem(背包问题) Neumann Neighbor Problem(冯诺依曼邻居问题) Round Robin Problem(循环赛日程安排问题) Tubing Problem(输油管道问题)...
  • 动态规划

    动态规划 例题 爬楼梯问题 LeetCode 70 连续子数组的最大和 LeetCode 53 House Robber LeetCode 198 最长回文子串 LeetCode 5 最小编辑距离 LeetCode 72 动态规划 建议观看 MIT 算法导论-动态规划 中的课程。 适用于动态规划的问题,需要满足最优子...
  • 复习刷题网站

    复习刷题网站 cplusplus cppreference runoob leetcode | leetcode-cn lintcode nowcoder
  • FullPermutation 全排列

    Full Permutation - 全排列 问题 StackOverflow上关于全排列的问题 Steinhaus-Johnson-Trotter算法 LeetCode Full Permutation - 全排列 问题 求拥有(n)个不同元素的数组(A = [a0,a_1,a_2,…,a{n-1}])的所有全排列。 解法: ...
  • Count and Say

    Count and Say Question 題解 Java C++ 源碼分析 複雜度分析 Reference Count and Say Question leetcode: Count and Say | LeetCode OJ lintcode: (420) Count and Say The count - and...