Giter VIP home page Giter VIP logo

competitive-programming's Introduction

Competitive Programming

In this repository, you'll find algorithms and data structure implementations for competitive programming, along with a printable notebook with the implementations

Algorithms

Contributing

If you want to contribute to this repository, you can do it by adding new algorithms or improving the existing ones. To do so, you can follow the steps below:

  1. Fork this repository
  2. Add or improve the algorithm you want
  3. Create a pull request
  4. Wait for the pull request to be reviewed and merged

Obs: You don't need to update the notebook, because it is generated automatically. Just add the algorithm to the algorithms folder and make sure that you have added it to the correct category folder such as algorithms/math, algorithms/graphs, etc.

How to run locally?

If you want to create your own notebook, it is possible as follows:

Clone the project repository with the following command:

git clone https://github.com/mateusvrs/competitive-programming.git

To run the project, you need to install the global dependencies, which are:

  • Docker Engine v24 (or higher)

From that, you can delete the algorithms inside the algorithms folder and add your own inside the same algorithms folder that are empty now. To customize the README.md, you can edit the scripts/gen-readme.py file. Finally, you can edit the university logo changing the assets/logo.jpg file (keeping the same name and extension) and uncommenting line 57 at the file "scripts/notebook/template.tex".

Now, you can run the following command:

# Change the "Your Team Name" to the name of your own team
docker run -w /notebook -v .:/notebook mateusvrs/cp-notebook:v1.0 make team_name="Your Team Name"      

References & Courses

competitive-programming's People

Contributors

mateusvrs avatar caio-felipee avatar henriquecq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.