Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sansyrox/algorithm-ds


https://github.com/sansyrox/algorithm-ds

algorithms algorithms-and-data-structures c-plus-plus cpp data-structures dsa java javascript python2 python3

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Algorithms/DS
This repo contains some useful Data Structures and Algorithms including solved problems of CodeChef, CodeForces, GfG and LeetCode.
The aim is to teach basic DSA concepts. We'll be solving the problems posted and one can also contribute to this series.

This Repo is open for Hacktoberfest.

Contributing Guidelines:
Consider starring this repo*

# Step 1.
Fork this Repo

# Step 2.
Clone repo in your local machine
``$ git clone https://github.com/YOUR-USERNAME/algorithm-ds.git``

# Step 3.
Create a new branch and set branch name to whatever algorithm you're creating
``$ git branch ``

``$ git checkout ``

# Step 4.
``$ git add .``

``$ git commit -m "Added "``

``$ git push -u origin ``

# Step 5
Raise pull request

# Happy contribution :)