Skip to content

naco-siren/san-ben-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

三本算法

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.