Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ccd2a06

Browse files
updates contributing md fil
1 parent c470f35 commit ccd2a06

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

‎CONTRIBUTING.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ To add a logo in the [README](README.md) table simply add a link with an embedde
2727
[![Python](icon-link)](this link will be filled by the author if the pull request is accepted)
2828
```
2929

30+
## Style Guide
31+
We wish that other people an unerstand and learn from the cde that is given in this repository,
32+
hence code that is legible, properly indented with good function names and variable names, with clear
33+
flow that makes understanding the algorithm easy will be highly appreciated.
34+
35+
The submitted code must also pass all test cases of the given probelm on HackerRank (obviosuly 😉).
36+
Happy Coding 🐱‍👤
37+
3038
For the icon link refer to the table below to obtain the link for a specific programming language:
3139

3240
| Programming Language | Icon | Icon Link|

‎README.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ which consists of both
2929
and [Algorithms](https://www.hackerrank.com/domains/algorithms).
3030

3131
The Data Structures Domain is further Divided into the following sub-domain. All
32-
problems in this domain have been solved with the Java programming language.
32+
problems in this domain have been mainly solved with the Java programming language, but I
33+
am looking for contributors to add solutions in this repository in other languages as well
34+
and to that effect anyonne can create a pull request for any problem below in their favorite
35+
programming language. See [Contributing Guidelines](CONTRIBUTING.md) here.
3336

3437
I have also solved other domains on HackerRank that can be viewed at:
3538

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /