Commit Graph

876 Commits

Author SHA1 Message Date
59fd9ad9a8 Update snippet structure to new template 2019-08-19 14:32:26 +03:00
811f3672ef Merge pull request #51 from arjunmahishi/unique_elements
[FEATURE] Added snippet for getting unique elements in a list
2019-08-19 14:05:06 +03:00
0afb391549 Merge pull request #76 from sandy9999/gcd_edit
modified gcd.md to fewer lines of code
2019-08-19 14:03:59 +03:00
3d2ebe6bf7 Merge pull request #48 from vict0rsch/master
[ENHANCEMENT]  use set() to ensure constant lookup time
2019-08-19 14:03:07 +03:00
2574fa0c6b Update difference.md 2019-08-19 14:02:59 +03:00
08056906f3 Merge pull request #61 from NamPNQ/improve
Pythonic sort bubble snippet
2019-08-19 13:51:48 +03:00
e45d92ef7b Merge pull request #38 from scraggard/master
[FEATURE] added fibonacci
2019-08-19 13:42:15 +03:00
4c5ca9e6e5 Merge pull request #44 from Alex979/master
[FEATURE] Added fibonacci code snippet
2019-08-19 13:40:10 +03:00
a4f2daf47e Merge branch 'master' into master 2019-08-19 13:39:01 +03:00
4145cc6e14 Merge pull request #36 from evyatarmeged/master
[FEATURE] add is_anagram function
2019-07-19 09:19:12 +03:00
dc7e701f9c Merge pull request #34 from 0awawa0/fermat_test
Added fermat_test.md
2019-07-19 09:17:40 +03:00
e323ba3c3b Update fermat_test.md 2019-07-19 09:17:16 +03:00
45d6158187 Merge pull request #70 from jerobado/fix-typo-01
Fix some typos
2019-07-18 08:20:49 +03:00
94d41fbf6f Merge branch 'master' into master 2019-07-18 08:18:40 +03:00
be0d1cbaf1 Merge pull request #57 from mattveraldi/fix-keys_only
Solved issue #53
2019-07-18 08:11:50 +03:00
63c84b7daa Fixed error in code
len() was used twice, which produced error. Fixed that.
Also included print() statements, so that the function call actually prints the no. of vovels.
2019-07-09 21:35:57 +05:30
df18a3f7b2 modified gcd.md to fewer lines of code
modify gcd.md to fewer lines of code

modified README
2019-04-19 14:55:34 +05:30
5424f64e2c Merge pull request #75 from OmarTahoun/master
[FIX: #71] wrong return value for is_upper_case("a3@$")
2019-03-31 18:25:41 +03:00
1c9fa9f0a5 Merge pull request #55 from sreejithsankar55/patch-1
Fixed a grammatical error.
2019-03-30 10:23:41 +02:00
07a5c5f43d Merge pull request #46 from sidagrawal/patch-1
Update byte_size.md
2019-03-30 10:23:03 +02:00
d94bc9bf52 typo fix Closes #71 2019-03-28 19:45:52 +08:00
0c7284ce3c Fix some typos 2019-02-11 18:26:07 +08:00
9f31d19cff modify count_volwels function of count_volwels module. 2018-12-06 12:20:32 +08:00
05751a72a5 fixed count_vowels function return value error 2018-12-06 01:45:34 +08:00
17dfd6d1f7 pythonic code for bubble sort 2018-10-30 19:00:16 +07:00
5754af805f Solved issue #53 2018-10-23 12:46:20 +02:00
4f6aa69f26 Fixed a grammatical error.
Changed  'an list' to 'a list' in 5th line.
2018-10-18 15:43:05 +05:30
29b5d420f6 Added snippet for unique_elements in an array 2018-10-09 22:31:19 +05:30
a5124253f1 use set() 2018-10-08 17:56:23 +02:00
b038f6729d Update byte_size.md
The original description was slightly misleading by saying that utf-8 will encode and find the length, whereas in reality the length was produced by len.
2018-10-07 11:38:21 -07:00
3547616af5 Update fibonacci.md 2018-10-05 23:26:29 -04:00
84a132df2f Update fibonacci.md 2018-10-05 23:22:01 -04:00
ef88a8651e Added fibonacci snippet 2018-10-05 23:06:33 -04:00
94c97b4f01 added fibonacci 2018-10-01 12:25:55 -07:00
ec63835e83 add is_anagram 2018-10-01 13:17:29 +03:00
9b07497281 Fix bug on zip snippet 2018-05-30 11:58:40 -03:00
951805d8a3 Added fermat_test.md 2018-05-29 23:22:59 +03:00
163d439bc7 fix typo 2018-04-17 02:05:26 -07:00
cb65204bd5 Merge pull request #27 from Rob-Rychs/master
[FEATURE] add snippets has_duplicates all_unique keys_only values_only
2018-04-16 18:42:57 +05:30
9f0bd80219 update keys_only snippet discription, changed func param to flat_dict 2018-04-15 10:22:54 -07:00
aa31f4cc74 fix #results in examples, added test file for keys_only 2018-04-15 10:10:41 -07:00
841385b5ed changing-array-to-list 2018-04-14 08:35:58 +05:30
d3c9524379 Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-python-code 2018-04-12 18:20:32 +05:30
35717acda4 Merge branch 'master' into fix_max_n 2018-04-12 23:02:23 +05:30
5b7baf43f8 Fix some bugs
Change lint.py to print the name of file being linted for easy debugging. Also removed a bug from website\main.py
2018-04-12 17:46:30 +05:30
0c4e433628 Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-python-code 2018-04-12 16:21:34 +05:30
1efa8a45bf Merge pull request #23 from deepserket/master
Fix some issues
2018-04-12 21:43:50 +05:30
24c7ffd108 Merge pull request #25 from arpit1997/master
fix: snippets reserved name shadowing
2018-04-12 21:21:15 +05:30
d3fd9d9de5 fix max_n 2018-04-12 16:17:18 +05:30
856e331293 fix typo in contributor databse 2018-04-12 15:36:12 +05:30