SubhayanDas08 / algo_ds_101

An alogrithm a day keeps the mass recruiter away

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


HactoberFest 2020 GitHub pull requests GitHub issues

Hello Everyone

Welcome to algo_ds_101

Index

To Contribute

1.

2

2.1

3

2.2

4

3.

5

4.

6

5.1

1

5.2

01

5.3

02

5.4

03

6.

7

7.

8

8.

9

9.

10

10.

11

11.1

12

11.2

04

12.

13

13.

14

14.

15

15.

16

16.

17

17.

18

18.

19

How To sync your forked repository

$ origin    https://github.com/**your_username**/algo_ds_101.git (fetch)
$ origin    https://github.com/**your_username**/algo_ds_101.git (push)
$ upstream  https://github.com/ahampriyanshu/algo_ds_101.git (fetch)
$ upstream  https://github.com/ahampriyanshu/algo_ds_101.git (push)
$ git fetch --all --prune
$ git checkout master
$ git reset --hard upstream/master
$ git push origin master

Contributing Guidelines

CONTRIBUTING.md

Contributors

CONTRIBUTORS.md

Code of Conduct

Code of Conduct.

License

MIT License.

About

An alogrithm a day keeps the mass recruiter away

License:MIT License


Languages

Language:C++ 40.4%Language:Java 28.3%Language:Python 16.0%Language:JavaScript 7.8%Language:C 6.6%Language:C# 0.6%Language:PHP 0.3%