Skip to content

yanqd0/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

Introduction

This project holds my solutions in leetcode.com.

Philosophy

I play LeetCode to learn not only algorithms, but also languages.

There are several sub projects, which sharing the same test cases.

Sub projects:

With shared test cases, it is easy to write different language solution for the same problem.

Something Good

There are 2 things are valuable in this toy project.

  • The project structure with a build framework.
  • The test code which using a csv based cases.