Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 858 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 858 Bytes

Competitive Programming

Topics Covered :

  • Arrays & Strings
  • Bitwise Algorithms
  • Dynamic Programming
  • Greedy Algorithms
  • HashMap & Heaps
  • LinkedList
  • Stack & Queues
  • Trees

Installation

Clone the GitHub Repository.

$ git clone https://github.com/singhaniatanay/Competitive-Programming

Contributing

Please refer to each project's style for submitting better solutions and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that I can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!