Skip to content

tamnd/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode solutions

# Title Difficulty Solutions
1 Two sum Easy Go, Python
2 Add two numbers Medium Go
3 Longest substring without repeating characters Medium Go
4 Median of two sorted arrays Hard Go
5 Longest palindromic substring Medium Go
6 ZigZag conversion Medium Go
7 Reverse integer Easy Go
8 String to integer (aoi) Medium Go
9 Palindrome number Easy Go
10 Regular expression matching Hard Go

How to run code

Install leetcode-cli

npm i -g leetcode-cli
# Run help
leetcode help

# Login with your leetcode account
leetcode user -l

# List all questions
leetcode list

# Show stat
leetcode stat -g

Todo

  • Get list of algorithms from LeetCode API
  • Generate the README file from source code
  • Write solutions in Rust, Erlang and Clojure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published