Commit Graph

1208 Commits

Author SHA1 Message Date
c176be1e90 Merge pull request #247 from azanbinzahid/patch-2
Create pad_number
2020-10-04 00:43:16 +03:00
9022b4f08e Update pad_number 2020-10-04 00:42:53 +03:00
ac6acd66e9 Add words 2020-10-04 00:35:00 +03:00
726a761a95 Create pad_number 2020-10-04 02:26:40 +05:00
40c43e87c1 Add miles-to-miles 2020-10-04 00:24:01 +03:00
579ae74782 Add km-to-miles 2020-10-04 00:23:49 +03:00
d1b7d0eff4 Add is_prime 2020-10-03 18:03:32 +03:00
ece05ed413 Update to_dictionary
Fixes #203
2020-10-03 17:24:50 +03:00
1af3e1105d Update group_by
Fixes #201
2020-10-03 17:11:38 +03:00
9e76e8f67f Imrove frequencies snippet implementation (#234)
Co-authored-by: Isabelle Viktoria Maciohsek <maciv@hotmail.gr>
2020-10-03 16:50:18 +03:00
51f08b8737 one-liner implementation with dict comprehension 2020-10-02 15:02:43 +05:00
7b64e2ab99 Update map_dictionary.md 2020-10-02 00:19:54 +03:00
89941e0c55 alternate one liner implementation 2020-10-02 01:05:52 +05:00
6398ce38b0 fix #219 2020-09-25 13:42:54 +05:00
a9aeadad64 Apply new format to snippets and template 2020-09-15 16:25:15 +03:00
39d3711994 Add hex_to rgb snippet 2020-09-13 01:08:21 +03:00
6d6bc52ea1 Add rgb_to_hex snippet 2020-09-13 01:08:00 +03:00
b9735ecde0 Merge pull request #206 from Sahith02/master
Added new snippet [sort_list_based_on_another_list]
2020-09-07 09:59:05 +03:00
6f8dd5e941 Update and rename sort_list_based_on_another_list.md to sort_by_indexes.md 2020-09-07 09:58:39 +03:00
63c00aae79 modify example comments 2020-08-31 11:59:31 +08:00
2662a1c1e2 Update kebab.md
Resolves #212
2020-08-10 10:13:25 +03:00
e1d31b9661 Merge pull request #205 from zhangfelix/fix-gcd-bug
bug fix in gcd.md
2020-07-31 22:40:28 +03:00
0e18e286e3 Update gcd.md 2020-07-31 22:39:46 +03:00
897cf88a41 Update arithmetic_progression.md 2020-07-31 22:37:02 +03:00
10fd98764e Updated the indent to 2 spaced
Updated everything according to the comments
2020-07-28 16:29:25 +05:30
74fb5d3449 updated with all the changed asked 2020-07-28 16:27:33 +05:30
08ea7b56e5 Create find_multiples.md
find_multiples added
2020-07-27 00:32:34 +05:30
a1357e543d Changed hard tabs to soft tabs(2 spaces) 2020-06-19 17:27:35 +05:30
48fc7ebf29 Added new snippet
Added sort_list_based_on_another_list.md snippet.
It sorts one list based on another list in python.
2020-06-19 17:14:35 +05:30
1069939543 bug fix in gcd.md
There is a function-redefined bug in origin code. This PR uses an alias to fix the bug.
2020-06-19 18:29:21 +08:00
2228ef1469 bug fix in filter_non_unique.md 2020-06-11 12:11:36 +05:30
d9b4898071 Merge pull request #196 from 30-seconds/covid-snippets
Add new snippets
2020-04-16 19:30:55 +03:00
1bf7eb28c4 Add merge_dictionaries 2020-04-16 19:28:35 +03:00
195fcdef28 Add find_keys 2020-04-16 19:17:13 +03:00
4b0102d8ca Add find_key 2020-04-16 19:13:20 +03:00
2e9de879b6 Add to_dictionary 2020-04-13 19:30:50 +03:00
b475f10929 Rename zip.md to merge.md
Update description
2020-04-13 19:09:12 +03:00
ecc35f200b Add collect_dictionary 2020-04-07 21:15:06 +03:00
d3a354f697 Add invert_dictionary 2020-04-07 21:13:32 +03:00
f87e3db74a Remove utility from tags 2020-04-07 19:55:51 +03:00
be055a3564 Update object tag to dictionary 2020-04-07 19:55:19 +03:00
d30ac2818b Update tags for cast_list 2020-04-07 19:54:40 +03:00
d6d8fb1725 Fix check_prop name 2020-04-07 19:54:09 +03:00
22fbf5119d Rename map_object to map_dictionary 2020-04-07 19:53:48 +03:00
f67edda7c5 Temperature Unit Conversion [FEATURE] (#194)
Celsius to Fahrenheit and back

Co-authored-by: Angelos Chalaris <chalarangelo@gmail.com>
2020-04-05 12:29:03 +03:00
88b0539e7e Update is_anagram.md 2020-03-19 14:50:37 +02:00
65b9cad729 Fixes is_anagram, fixes #190 2020-03-19 12:41:52 +01:00
82d99f98cb Apply suggestions from code review
Co-Authored-By: Isabelle Viktoria Maciohsek <maciv@hotmail.gr>
2020-03-16 22:00:46 +02:00
d5878dbb14 Add take, take_right 2020-03-16 19:52:44 +02:00
3de4296dc8 Add map_object 2020-03-16 19:51:03 +02:00