https://github.com/jamarshon/leetcode
Ongoing solutions to Leetcode in C++
https://github.com/jamarshon/leetcode
Last synced: 3 months ago
JSON representation
Ongoing solutions to Leetcode in C++
- Host: GitHub
- URL: https://github.com/jamarshon/leetcode
- Owner: jamarshon
- Created: 2016-07-09T03:02:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T22:45:26.000Z (about 6 years ago)
- Last Synced: 2025-02-26T04:30:30.906Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode
Ongoing solutions to leetcode in C++
concat.bat - move all code into concat folder
diag.js - replace d with done.txt and run to see 'not in website' and 'not in saved'
run.bat - creates done.txt and to_do.txt
find . -iname '*.cpp' | xargs clang-format -i -style=Google