takitajwar17 / LeetCode-CodeForces

This repo hosts my Python solutions to LeetCode and CodeForces problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode-CodeForces

Welcome to the LeetCode-CodeForces repository! This repository hosts my solutions to problems from LeetCode and CodeForces.

About

This repository contains my personal solutions to various coding problems from two popular competitive programming platforms: LeetCode and CodeForces. The primary goal of this repository is to serve as a personal reference and to help others who might be tackling the same problems. The solutions are primarily in Python.

Repository Structure

The repository is structured as follows:

LeetCode-CodeForces/
├── .idea/                 # Configuration files
├── LeetCode/              # Directory containing solutions to LeetCode problems
│   ├── problem_name.py  # Solution to a specific LeetCode problem
├── CodeForces/            # Directory containing solutions to CodeForces problems
│   ├── another_problem_name.py    # Solution to a specific CodeForces problem
├── README.md              # This README file

How to Use

  1. Browse Solutions: Navigate through the LeetCode or CodeForces directories to find solutions to specific problems.
  2. Run the Solutions: Most of the solutions are written in Python and can be run using a Python interpreter. Ensure you have Python installed on your machine.

Profiles

You can find my profiles on LeetCode and CodeForces at the following links:

Happy coding!

About

This repo hosts my Python solutions to LeetCode and CodeForces problems.


Languages

Language:Python 100.0%