https://github.com/404-html/hackerrank_submissions
My HackerRank submissions
https://github.com/404-html/hackerrank_submissions
Last synced: 5 days ago
JSON representation
My HackerRank submissions
- Host: GitHub
- URL: https://github.com/404-html/hackerrank_submissions
- Owner: 404-html
- License: wtfpl
- Created: 2019-04-11T20:57:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T20:03:47.000Z (about 7 years ago)
- Last Synced: 2025-02-28T18:48:30.156Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
README
#+TITLE: My HackerRank submissions
* What is it?
In this repo, you will find some of my submissions for the [[https://hackerrank.com][hackerrank]]
challenges. I don't have much time for doing those so the repo will
grow slowly. I don't plan on putting up explanation for every
submissions (especially because, at the time of creating the repo, I'm
still doing easy challenges) but some files may have useful
commentaries so don't hesitate to take a peek.
I try to follow pep8 (more or less) for python and the gnu standards
for C but I cannot guarantee that all files will be standardized.
* Languages
I use this platform to train on my problem solving skills as well as
train, learn or relearn my programming languages. Expect that the
challenges be solved in any language. The ones I intend to use the
most are python, perl, common lisp (if available...). But you may find
any other language in there depending on my motivation or mood.
* Using these files
The files in this repo are under the WTFPL version 2.0 license so
please use them however you want. However I highly recommand trying to
solve the challenges before using these files as those will not teach
you either algorithms or good coding practices.