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

https://github.com/xaxtric7/xo_hackerrank

🚀This repository contains my solutions to various HackeRank problems, named as per the question title on HackeRank.
https://github.com/xaxtric7/xo_hackerrank

guide hackerrank hackerrank-solutions

Last synced: about 2 months ago
JSON representation

🚀This repository contains my solutions to various HackeRank problems, named as per the question title on HackeRank.

Awesome Lists containing this project

README

        

# HackerRank Solutions 🚀

This repository contains my solutions to various HackeRank problems, named as per the question title on HackeRank.

## 📌 Warning for Auto-Generated Code

Since HackerRank and similar platforms generate boilerplate code for handling input and output, the main solution code is separate. This repository contains the whole code incl. boiler plate and main solution (with //Main Function) written.

## 🛠️ How to inlclude in Vscode

```
open an empty file with .cpp ext. and write "#include ",
and proceed with below given steps⤵️.

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 (installation of mingGW is reqd.(link given below))

> IntelliSence mode
windows-gcc-x64

> C standard
c17

> C++ standard
c++17
```

## MinGW Installation Guide

Follow this tutorial to install MinGW:
[MinGW Installation YouTube Video](https://youtu.be/sXW2VLrQ3Bs?si=Aa-7qfdsa36OyNPO)

## đź“– How to Use

- Clone the repository:
```sh
git clone https://github.com/XaXtric7/xo_LeetCode.git
```