搜索资源列表
Max-Points-on-a-Line
- leetcode中求最大共线的点的数量,题目leetcode上有-Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.
min_stack
- 最小栈的实现,时间复杂度为O(1) leetcode题目 辅助站实现-Flowering most implementations, the time complexity is O (1) leetcode topic auxiliary stations to achieve
24backTraversal
- 回溯最大路径的路径 树的数据结构 leetcode题目-The maximum data path back path tree structure leetcode topics
28permutation
- 全排列的下一序位 leetcode题目 已编译通过输出正确-Full array of next-leetcode topics
stack_out_is_in
- 检测一个序列是否为一个合理的出栈顺序 leetcode题目-Detect whether a sequence to a reasonable stack order leetcode topics
Word_Ladder
- 算法导论中的,关于 leetcode oj, word_ladder的问题源代码 -Introduction to algorithms, on leetcode oj, word_ladder problem source code
Word_LadderII
- 算法导论中,关于leetcode oj, word_ladderII的问题源代码 -Introduction to Algorithms, regarding leetcode oj, word_ladderII problem source code
Regular_Expression_Matching
- 正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode
lengthOfLongestSubstring
- 求最长不重复子串,利用哈希表求解的,leetcode中的题目-Not repeated for the longest substring, use a hash table to solve the
leecode
- leetcode上面部分算法的实现,目前已经实现了非递归前序遍历为二叉树,数组连续最大面积等-some algorithm leetcode
minimum-depth-of-binary-tree
- leetcode 数据结构题目中的答案,已经调试,直接运行,求二叉树的最小深度-leetcode title data structure answers have been debugging, run directly
valid-palindrome
- leetcode 数据结构题目中的答案,已经调试,直接运行-leetcode title data structure answers have been debugging, run directly
leetcode
- leetcode经典题目c++实现,可用于熟悉常用数据结构,或者练习算法等-leetcode c++ classic title, which could be used to familiar with common data structures, etc.
leetcode-cpp
- leetcode 上题目的答案。很多公司的笔试和面试的题目都是出自leetcode上的原题。找工作时可以好好看看。-On the subject of the answer leetcode. Many companies in the written test and interview questions are the original title leetcode on. You can take a look at when looking for work.
LeetCode
- LeetCode题解(java版) 包含toi,strstr,add two num,括号匹配,字符串乘法,通配符匹配,文件路径简化,Text Justification,反转单词-LeetCode solution to a problem (java version) contains toi, strstr, add two num, bracket matching, string multiplication, wildcard matching, simplify file pa
Largest-Rectangle-in-Histogram
- LeetCode面试题目,求最大矩形的情况,动态规划-LeetCode interview questions, find the largest rectangular, dynamic programming
buy_sell_stock_iv.py
- best time to buy and sell stock iv leetcode
addTwoNumbers
- Leetcode练习,将两个非负整数相加,整数一字符串的形式保存,逆向存储。要求得到的结果也是字符串。-You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a li
4Sum
- leetcode 4 Sum leetcode 4 Sum-leetcode 4 Sum leetcode 4 Sum leetcode 4 Sum
leetcode-cpp
- leetcode经典题目示例代码 热门题目 面试宝典(the example code of problems on LeetCode)