Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garywei944/leetcode
https://leetcode.com/garywei944/
https://github.com/garywei944/leetcode
Last synced: about 1 month ago
JSON representation
https://leetcode.com/garywei944/
- Host: GitHub
- URL: https://github.com/garywei944/leetcode
- Owner: garywei944
- License: mit
- Created: 2020-05-07T04:06:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T07:48:51.000Z (8 months ago)
- Last Synced: 2024-05-14T08:52:41.339Z (8 months ago)
- Language: C++
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode
My LeetCode profile: [garywei944](https://leetcode.com/garywei944/)
## C++ Trick to run faster
```cpp
static const auto _____ = []() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
return nullptr;
}();
```