https://github.com/xaxtric7/xo_leetcode
๐This repository contains my solutions to various LeetCode problems, named as per the question title on LeetCode.
https://github.com/xaxtric7/xo_leetcode
competitive-programming cpp leetcode leetcode-python leetcode-solutions
Last synced: 4 months ago
JSON representation
๐This repository contains my solutions to various LeetCode problems, named as per the question title on LeetCode.
- Host: GitHub
- URL: https://github.com/xaxtric7/xo_leetcode
- Owner: XaXtric7
- License: mit
- Created: 2025-02-20T11:55:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T12:13:32.000Z (4 months ago)
- Last Synced: 2025-02-20T13:22:10.784Z (4 months ago)
- Topics: competitive-programming, cpp, leetcode, leetcode-python, leetcode-solutions
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Solutions ๐
This repository contains my solutions to various LeetCode problems, named as per the question title on LeetCode.
## How to inlclude in Vscode
```
1. click the squiggle
2. Quick fix
3. include path> Select a configuration set to edit.
Win32> Compiler path
C:/msys64/mingw64/bin/gcc.exe> IntelliSence mode
windows-gcc-x64> C standard
c17> C++ standard
c++17
```## ๐ How to Use
- Clone the repository:
```sh
git clone https://github.com/XaXtric7/xo_LeetCode.git
```