Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sansyrox/algorithm-ds
- Owner: sansyrox
- License: mit
- Created: 2019-05-27T17:05:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T21:12:39.000Z (about 4 years ago)
- Last Synced: 2024-10-18T05:32:47.646Z (19 days ago)
- Topics: algorithms, algorithms-and-data-structures, c-plus-plus, cpp, data-structures, dsa, java, javascript, python2, python3
- Language: C++
- Homepage:
- Size: 50.4 MB
- Stars: 8
- Watchers: 1
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)