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 aa1289e

Browse files
Update README
1 parent 81315d4 commit aa1289e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Following project contains [Python3](https://docs.python.org/3/) implementation
44
> "Talk is cheap. Show me the code."
55
> ― Linus Torvalds
66
7+
<br />
8+
79
### Format of the Programs :
810
```
911
1. # <link reffering to the respective GeeksforGeeks page>
@@ -31,6 +33,8 @@ For better code understanding, please follow the [Style guide for python](https:
3133
> "Good code is its own best documentation. As you’re about to add a comment, ask yourself, ‘How can I improve the code so that this comment isn’t needed?'"
3234
> – Steve McConnell
3335
36+
<br />
37+
3438
**Imp :** In the code, provide [Function Annotations](https://www.python.org/dev/peps/pep-3107/) as per [PEP 3107 -- Function Annotations](https://www.python.org/dev/peps/pep-3107/) **for every parameter passed in a function**. Return type specification is optional.
3539

3640
Annotations for *parameters* take the form of optional expressions that follow the parameter name:
@@ -58,6 +62,8 @@ def sum() -> int:
5862

5963
```
6064

65+
<hr />
66+
6167
##### **Note** : this is not affiliated with GeeksforGeeks in any way other than for reference purpose.
6268

6369
##### **Also Note** : the code implemetation (and sometimes even algorithm) might be different than the one in GeeksforGeeks. The decision is upon the author and author alone. New Algorithms for the same problem statement may be added in the future.

0 commit comments

Comments
(0)

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