Skip to content

lcalmsky/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode

Repository for source codes of leetcode

Bintray Bintray Bintray

Overview

Solve the algorithm problems leetcode.com provides.

The conventions used in the project are:

  • package: converting last path of leetcode problem url to snake case
  • class: Solution.java
  • test: SolutionTest.java

ex)

url     https://leetcode.com/problems/wildcard-matching
package io.lcalmsky.leetcode.wildcard_matching
class   io.lcalmsky.leetcode.wildcard_matching.Solution
test    io.lcalmsky.leetcode.wildcard_matching.SolutionTest

List of problems

About

Repository of sources to solve LeetCode problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages