/play-leetcode

My Solutions to Leetcode problems

Primary LanguagePython

My solutions to Leetcode

I will put my solutions to Leetcode Problems in this repo. Every problem will be solved in Golang; part of the problems will be solved in Java and Python also. I will try my best to support more language in the future :)

Please feel free to contact me if you have any questions with this repo:)

email: dhanifajar15@gmail.com

Problems

ID Problem Official Solution Golang Java Python
001 Two Sum solution Golang Java