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

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.

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
```