[置顶] 搁置之事

preface: 上午师姐去百度面试,算法问题。。。我们这搞NLP的,问算法问题?说是任何部门都会问这些简单的算法问题。回来后在leetcode以及《剑指offer》里找到了原题,算法,痛。以及其他的一些需要完成的任务,这段时间比较忙碌,先记录下来。

1.There are two sorted arrays nums1 andnums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).

https://leetcode.com/discuss/41621/very-concise-iterative-solution-with-detailed-explanation


2. python 栈、树、图。序列——>树,树——>子树,子树——>序列。

treelib:树

networkX:图


3. leetcode、《剑指offer》、kaggle


4. 工具:stanford parser、stanford NLP开源工具包的使用、nltk、libsvm、sklearn、树核等工具的使用。


5. NLP问题:特征种类及对应问题的提取,以及各特征的效果对比。


6. linux: sed、grep、awk等高级命令的使用。


7. stringkernal、编辑距离实现、两个随机数再生成随机数、哈系表内部实现?(师兄面试的问题)


8. To be continue。


你可能感兴趣的:(LeetCode,linux,python,NLP)