Thursday, August 27, 2015

资料收集

Data Structure:
http://www.cs.berkeley.edu/~jrs/61bs14/ (in Java)

Algorithm:
http://jeffe.cs.illinois.edu/teaching/algorithms/ (UIUC)

Language:
http://www.developersbook.com/corejava/interview-questions/corejava-interview-questions-faqs.php (常见Java问题)

Coding:
http://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview/ (涵盖基础数据结构和算法)
http://www.cnblogs.com/higerzhang/category/617733.html (leetcode答案blog之一)

Technology Notes:

经验之谈:
http://blog.csdn.net/v_july_v
http://www.1point3acres.com/%E6%83%B3%E5%9C%A8%E7%BE%8E%E5%9B%BD%E6%89%BEcs%E8%BD%AF%E4%BB%B6%E5%B7%A5%E4%BD%9C%EF%BC%9Fwarald%E6%8F%90%E4%BE%9B%E9%9C%80%E8%A6%81%E5%AD%A6%E4%B9%A0%E7%9A%84%E4%B9%A6%E7%B1%8D%E5%92%8C%E8%AF%BE/

Misc:
http://www.opinionatedgeek.com/dotnet/tools/htmlencode/encode.aspx (HTML Encoder)
http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html (Paste Code in Blog)
http://alexgorbatchev.com/SyntaxHighlighter/manual/installation.html (How to paste code in blog)
http://coolshell.cn/articles/9070.html (学习AWK,中文简明教程)
http://coolshell.cn/articles/8883.html (Linux常用工具)
http://coolshell.cn/articles/9104.html (学习SED,中文简明教程)
https://www.gliffy.com (画程序流程图)


Unix:
https://practicalunix.org/

Coursera:

1 comment:

  1. thank you for these great resources.
    I suggest also those java interview questions for beginners:
    http://www.how-to-program-in-java.com/2016/08/03/core-java-interview-questions-answers-top/
    it helped me to get hired.

    ReplyDelete