Skip to content

Competitive Programming Using Python .. Solving Data structure Problem

Notifications You must be signed in to change notification settings

sachin-kumar-2003/competitivePrograming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming Solutions

This repository contains a collection of Python solutions for various competitive programming problems. Each file is named according to the problem or its main function, making it easy to navigate and locate specific solutions.

Repository Structure

  • Each file (e.g., 01_maxScore.py, 02_vowelStrings.py, ...) contains the solution to a single competitive programming problem.
  • File names generally reflect the main topic or function solved in the script.
  • All solutions are implemented in Python.

Getting Started

To run any solution:

  1. Clone this repository:
    git clone https://github.com/sachin-kumar-2003/competitivePrograming.git
    cd competitivePrograming
  2. Run a script using Python:
    python 01_maxScore.py
    (Replace 01_maxScore.py with the file you want to execute.)

Example Problems

Some sample files:

And many more!
For the complete list of files, see the repository contents.

Contributing

Contributions are welcome!
If you’d like to add new solutions or improve existing ones, feel free to open a pull request.

About

Competitive Programming Using Python .. Solving Data structure Problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages