文件名称:数据挖掘要刷leetcode-leetcode_huj690:leetcode_huj690
文件大小:75KB
文件格式:ZIP
更新时间:2024-07-20 00:42:36
系统开源
数据挖掘要刷leetcode leetcode_huj690 欢迎! 我是胡小慢,程序媛妹子一枚。爱生活,爱代码,eager to grow up! PKU EECS 研二学生,理想方向是NLP,被老板发配到CV很忧桑。于是我只能靠实习来弥补对NLP的热爱之情,然后就去了MSRA的NLC组实习了半年,搞了一些情感分析和数据挖掘相关的东西。 现在刚checkout,发现自己代码渣渣到要死,(以前都是混过来的么, 怎么忍受得了啊呜T======T)于是决定恶刷leetcode! 同时实验室的磕盐也要搞起来,在ImageNet上基于CNN搞点检测任务,老板的意思让我复现一下我大MSRA的SPP,再改进改进。最重要的是,准备去找下一份实习呀~~依然想去大公司感受各种福利~想试试Google, Hulu, Yahoo!, HTC, NetEase……(虽然知道是去找死,但是还是想去试试) so如果您对我的刷题代码或者思路有建议,或者对我的研究方向(NLP | CV)感兴趣, 更或者愿意给我一个内推实习或者工作的机会欢迎您联系我!~ ------------update分割线-----------
【文件预览】:
leetcode_huj690-master
----Attention(407B)
----Graph()
--------Clone Graph.cpp(949B)
----Data-Structure()
--------Min Stack.cpp(814B)
----Greedy()
--------Jump Game II.cpp(1KB)
----Linked-List()
--------Add Two Numbers.cpp(982B)
--------Sort List.cpp(2KB)
--------(大数加法3)Add Two Numbers.cpp(1KB)
--------Rotate List.cpp(716B)
--------Remove Duplicates from Sorted List.cpp(773B)
--------Merge Two Sorted Lists.cpp(1KB)
--------Swap Nodes in Pairs.cpp(921B)
--------Reorder List.cpp(2KB)
--------Remove Duplicates from Sorted List II.cpp(1KB)
--------Convert Sorted List to Binary Search Tree.cpp(1KB)
--------README.md(753B)
--------Reverse Linked List II.cpp(1018B)
--------Remove Linked List Elements.cpp(770B)
--------Remove Nth Node From End of List.cpp(1KB)
--------Linked List Cycle.cpp(522B)
--------Intersection of Two Linked Lists.cpp(2KB)
--------Copy List with Random Pointer.cpp(2KB)
----Bitmap()
--------Number of 1 Bits.cpp(565B)
--------Reverse Bits.cpp(667B)
----String()
--------Roman to Integer.cpp(1KB)
--------Largest Number.cpp(990B)
--------String to Integer.cpp(978B)
--------Simplify-Path.cpp(2KB)
--------Integer to Roman.cpp(504B)
--------Length of Last Word.cpp(848B)
--------Reverse Words in a String.cpp(820B)
--------Longest Common Prefix.cpp(520B)
--------Longest Substring Without Repeating Characters.cpp(897B)
----Math()
--------Palindrome Number.cpp(1003B)
--------Reverse Integer.cpp(1KB)
--------String to Integer (atoi).cpp(3KB)
--------Factorial Trailing Zeroes.cpp(403B)
----Two-Pointers()
--------Implement strStr().cpp(840B)
-------- Minimum Window Substring.cpp(2KB)
----Sort()
--------Merge Sorted Array.cpp(607B)
--------Maximum Gap.cpp(1KB)
----Binary-Search()
--------Search in Rotated Sorted Array.cpp(1KB)
--------Sqrt(x).cpp(531B)
--------Find Minimum in Rotated Sorted Array.cpp(882B)
--------Search in Rotated Sorted Array II.cpp(1KB)
--------Find Minimum in Rotated Sorted Array II.cpp(876B)
--------Search Insert Position.cpp(829B)
--------Search for a Range.cpp(1KB)
----Heap()
--------Merge K Sorted Lists.cpp(815B)
--------README.md(231B)
--------Median.cpp(699B)
----Breath-First-Search()
--------Word Ladder.cpp(2KB)
--------Surrounded Regions.cpp(3KB)
----README.md(2KB)
----Array()
--------Rotate Array.cpp(817B)
--------Merge Sorted Array.cpp(658B)
--------First Missing Positive.cpp(706B)
--------(大数加法2)Add Binary.cpp(909B)
--------Remove Duplicates from Sorted Array.cpp(643B)
--------Insert Interval.cpp(2KB)
--------3Sum.cpp(2KB)
--------3Sum Closest.cpp(1KB)
--------Permutation()
--------Palindrome()
--------Median of Two Sorted Arrays.cpp(3KB)
--------Majority Element.cpp(725B)
--------4Sum.cpp(2KB)
--------(大数加法1)Plus One.cpp(1KB)
----Tree()
--------Binary Tree Postorder Traversal .cpp(739B)
--------Recover Binary Search Tree.cpp(1KB)
--------Binary Tree Level Order Traversal II.cpp(1KB)
--------Construct Binary Tree from Inorder and Postorder Traversal.cpp(1KB)
--------Binary Tree Maximum Path Sum.cpp(1KB)
--------Construct Binary Tree from Preorder and Inorder Traversal.cpp(1KB)
----Dynamic-Programming()
--------Word Break.cpp(642B)
--------Scramble String.cpp(2KB)
--------Wildcard Matching.cpp(2KB)
--------Interleaving String.cpp(1KB)
--------Unique Binary Search Trees.cpp(1013B)
--------Regular Expression Matching.cpp(2KB)
--------Unique Binary Search Trees II.cpp(1021B)
--------Edit Distance.cpp(2KB)
----Depth-First-Search()
--------Generate Parentheses.cpp(872B)
----Stack-and-Queue()
--------Largest Rectangle in Histogram.cpp(2KB)
--------Min Stack.cpp(573B)
--------Maximal Rectangle.cpp(2KB)
--------Valid Parentheses.cpp(791B)
----Backtracking()
--------Generate Parentheses.cpp(910B)
--------Combination Sum.cpp(1KB)
--------Word Search.cpp(2KB)
--------Subsets.cpp(637B)
--------Subsets II.cpp(1KB)
--------Permutations.cpp(1KB)
--------Combination Sum II.cpp(2KB)
--------Permutations II.cpp(2KB)