PikachuPikachuHAHA/LeetcodeInC
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# LeetcodeInC Go through all leetcode problems and implement in C language Building environtment: Visual Studio 2013 Note: 1. Since this is the first round of going through leetcode problems, so focus is on algorithm. 2. Many places in this project are not bug-free code, like memory not free up, integer type overflow.