/-CrackYourInternship

Solution codes for Arsh Goyal's "45 days DSA challenge". The codes are sorted based on days.

Primary LanguageC++MIT LicenseMIT

-CrackYourInternship

A repository for uploading solutions of "#CrackYourInternship" "#CrackYourPlacement" coding challenge by Arsh Goyal!

Table of Contents

Introduction

This repository contains my solutions to various LeetCode and GeekforGeeks problems from the "CrackYourInternship" challenge by Arsh Goyal, aimed at preparing for internship and placement interviews. Each solution is implemented in a way that is easy to understand and efficient.

Structure

The repository is organized by days. The day folder contains the solution codes for each problem I solved on that particular day.

Usage

To view a solution for a particular problem, navigate to the directory and open the relevant file. Each solution file includes the code implementation.

Contributing

If you would like to contribute by adding new solutions or improving existing ones, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.