Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 574 Bytes

三本算法

My practice repo for LeetCode, LintCode, HackeRrank and other companies' meaningless interview questions.

Repo structure:

/algorithm: Basic algorithms, such as sorting.

/java_lang: A playground for Java's language features.

/base: Basic classes that will be used across different questions, such as TreeNode, ListNode.

/leetcode: LeetCode questions.

/lintcode: LintCode questions.

/hackerrank: HackerRank questions

/companies: Successful companies.