Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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;
}();
```