Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 638 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 638 Bytes

JustCode

This repository contains code for different algorithms, competitive questions from various sources.

How to contribute

If you are new to open source contributing here could be your first hands-on. Just add any sort of code (any algorithm or competitive question's code), which would help keep track of all your code as well as give you a chance to look at others code.

  1. Fork the repo.
  2. Clone to your local machine.
  3. Start contributing.

To get familiar with git basics, have a quickread of this article: Understanding Git Basics