• This repository has been archived on 28/Aug/2022
  • Stars
    star
    158
  • Rank 237,131 (Top 5 %)
  • Language
    C++
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Curated list of data structures and algorithms in 10+ programming languages.


GitHub pull requests GitHub issues

Index

How To Contribute

1. Fork The Repo

1

2. Go The Issue Section

2

3.1 Choose An Existing Issue

3

3.2 Or You Can Create A New One

4

  • Before opening a new issue make sure that similar kind of issue doesn't already exist.

4. Check For The Languages Available

5

5. Comment In The Stated Syntax

6

  • Language In Which You Will Contribute => Time Required By You To Push The Changes
  • Ask for the issue that you plan to complete.
  • Do not wait to get assigned.
  • Please try to push the changes in less than or equal to the stated(by you only) time period. Failing to do that, your comment will be discarded and the language will be made available to other participants.
  • Try to avoid any casual communication.

6 Create A New Branch

7

7. Create A New File with A Relevant Name

8

9

8. Commit The File

10

10. Compare And Pull

11

11. Give Relevant PR Message

12

12. Enter Related Issue No

13

13. Fill Up The Checkboxe(s)

14

14. Create A Pull Request

15

15. Congrats 🎉

16

20. Wait Till Your PR Gets Merged

17

Want To Document The Repo ?

  • Click here to know more

How To Commit In CLI

$ git clone [email protected]:your_username/algo_ds_101.git
$ git checkout -b BranchName
$ git add .
$ git commit -m 'message'
$ git push -u origin BranchName

Sync Your Forked Repository

CLI

$ git fetch --all --prune
$ git checkout main
$ git reset --hard upstream/main
$ git push origin main

GUI

18 19 20

Contributing Guidelines

Read contributing guidelines

Contributors

Meet our wonderful contributors

Code of Conduct

Read our code of conduct.

License

MIT License.

More Repositories

1

making-linux-terminal-awesome

zsh, zshrc, ohmyzsh, nerd font, powerlevel10k, themes, autocompletion, syntax-highlighting, autojump, fzf, linux terminal customization
37
star
2

gonewz

A lightweight pwa in Golang fetching and parsing data through a modified version of the NewsApi.
HTML
16
star
3

ojas-django

Progressive web application with offline support, dark mode, RESTful API, RSS feed, markdown and rich-text support and a commenting system with captcha verification.
HTML
9
star
4

SWAYAM-NPTEL-CEC

SWAYAM-NPTEL-CEC
Java
8
star
5

track-covid

A covid tracker that visualizes global and local stats through various graphs.
JavaScript
8
star
6

vaachaal

Online questionnaire forum with admin panel, personalised feed and WYSIWYG editor.
PHP
8
star
7

ahampriyanshu.github.io

Gmail styled portfolio app in NextJS.
TypeScript
7
star
8

gfg

Published Articles
JavaScript
7
star
9

ahampriyanshu

7
star
10

docugo

Generate preformatted word documents by simple uploading an excel sheet.
HTML
6
star
11

gokemon

PokeStats in Golang
HTML
5
star
12

pytube-gui

A cross-platform GUI YouTube downloader made with pytube and tkinter.
Python
5
star
13

hail-cpp

old blog
HTML
5
star
14

bulky

Generate high quality certificates in PDF form by simple uploading an excel sheet.
Roff
5
star
15

experimenting-with-data-science

Jupyter Notebook
5
star
16

trash

Things that doesn't deserve their own repository
C
4
star
17

blog-v1

My blog during the second year of graduation.
SCSS
4
star
18

resume

Hi there, I am an undergrad student and SDE Intern@HackerRank.
C
4
star
19

experimenting-with-cp

Experimenting with various competitive programming resources on various platforms.
SCSS
4
star
20

norm-has-an-api

Any history buff here?
JavaScript
3
star
21

meta

3
star
22

tutorial-projects

Jupyter Notebook
3
star
23

janshakti

Consumer complaint forum in php and mqsql
PHP
2
star
24

aanav

E-commerce website with admin panel, ajax search and filters, pdf-billing system, user verification via SMTP, session based cart, multiple modes of payment, trending list and recommendation system.
HTML
2
star
25

making-vim-awesome

Vim for Dummies
Vim script
1
star