AndiB / LeetCode

Some of the code snippets from leetcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode

Code snippets from leetcode.com that I solved.

Often on Leetcode people try to be clever and show off by writing code from scratch (especially with Python). Whenever feasible, I try to use existing functionality (as much as leetcode allows it), as I don't want to rewrite code that is already in a library and tested and much more complete than anything I would write.

About

Some of the code snippets from leetcode.com


Languages

Language:Python 51.4%Language:C 48.6%