Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 186 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 186 Bytes

leetcode-problems

Solution to few leetcode problems.

To set path in vscode for c++ compiler. set PATH=%PATH%;C:\MinGW\bin

permanently: setx /M path "%path%;C:\your\path\here"