Giter Club home page Giter Club logo

cpalgorithms's Introduction

cpalgorithms

License: MIT

cpalgorithms is a collection of Algorithms & Problem solving techniques for competitive programming.

Feel free to contribute. Create an issue, let others know which algorithm or problem solving method you are planning to add. Fork the repo. And make a PR!

Getting Started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)

  • Clone your fork down to your local machine

  • Create a branch

    $ git checkout -b branch-name
  • Make your changes

  • Commit and Push

    $ git add filename 
    $ git commit -m 'commit message'
    $ git push origin branch-name
  • Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)

  • Wait for your PR review and merge approval!

Star this repository to show your support for namanvats

Don't forget to include the comments. Feel free to include additional information about the language you chose in your comments too!

cpalgorithms's People

Contributors

goyaldhara avatar namanvats avatar rocklee444 avatar ssoham avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cpalgorithms's Issues

ShellSort.cpp

@namanvats I would like to work on this issue. Please assign me this issue as a part of hacktoberfest2020.

Readme needed

Needed readme file for each folder describing the algorithms inside and information about files added.

Rat in a maze

I think rat in a maze would be a better algorithm for this repo with backtracking, and i would love to make it for hacktoberfest
thanks

Add Sorting Algorithms

Add different sorting algorithms with their running time complexity and add them in a new folder in root directory.

Problems on Sliding Window Technique

I am currently working on these sliding window technique problems:

  1. Find the longest substring of given string containing k distinct characters
  2. Longest substring of given string containing distinct characters
  3. Find all substrings of a string that are permutation of a given string
  4. Print all sub-arrays of an array having distinct elements
  5. Find duplicates within given range k in an array

Shall I make a separate folder and push?

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.