rajat19 / Hackerrank

Hackerrank solutions for algorithms, data structures, functional programming and mathematics
MIT License
24 stars 60 forks source link

Contribute your codes #2

Open rajat19 opened 6 years ago

rajat19 commented 6 years ago

Hi, Contribute your hackerrank solution to this repository Create a pull request and submit your solution (You can use my package for extracting your code)

pip install hsc

Please also add the problem link and your solution to respective readme It would be helpful for people visiting readme to know the problem and their solutions links

alphaWizard commented 6 years ago

how can i use your hackerrank-crawler?I didn't find any documentation for the same.

Apoorva-13 commented 6 years ago

Hi i would like to contribute.But can you pls guide me how to proceed ?

rajat19 commented 6 years ago

Updated description Please refer https://pypi.org/project/hsc/

Apoorva-13 commented 6 years ago

Thanks!

rajat19 commented 6 years ago

Also you can directly paste any successful solution of yours from hackerrank in the respective folder

Apoorva-13 commented 6 years ago

great! thanks

memr5 commented 6 years ago

40

FIVE NEW SOLUTIONS OF GREEDY ALGORITHMS 1.Grid_Challenge 2.Greedy_Florist 3.Max_Min 4.Jim_and_the_Orders 5.Permuting_Two_Arrays

Malvikabhalla99 commented 6 years ago

I would like to contribute to it

agcy1210 commented 5 years ago

Hey! I would like to contribute. Can you brief me about steps to contribute. While cloning the repo the permission is denied . This is the error shown:

The authenticity of host 'github.com (13.234.176.102)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,13.234.176.102' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

rajat19 commented 5 years ago

@agcy1210 You should fork the repo Read https://github.com/rajat19/Hackerrank/blob/master/Contributing.md Updated it

Dushyant100 commented 2 years ago

@rajat19 Sir I have added the CPP solution of the hacker rank problem the equal. Please merge it and add appropriate tags. pull request #152

Dushyant100 commented 2 years ago

@rajat19 SIr I have added the Python3 solution of the hacker rank problem Goodland electricity for hacktoberfest 2022. Kindly check PR #153. Thank you