Commit Graph

1265 Commits

Author SHA1 Message Date
30secondsofcode
62158ed3ab Travis build: 143 2019-10-08 06:34:19 +00:00
Angelos Chalaris
4500daab80 Merge pull request #132 from flamableconcrete/master
Ref #97: Replace built-in shadowed str with input_string
2019-10-08 09:32:35 +03:00
Jared
e1c05cd1c1 Update input_string to s for string examples 2019-10-08 02:43:58 +00:00
Jared
0f6556478c Ref #97: Replace built-in shadowed str 2019-10-06 19:48:51 +00:00
30secondsofcode
e5d48daa30 Travis build: 136 2019-10-04 06:15:42 +00:00
Angelos Chalaris
8adfbefaff Merge pull request #130 from TheDaemonLord/master
[FEATURE]Added a snippet that finds the median
2019-10-04 09:14:16 +03:00
Angelos Chalaris
b3b895cb67 Update median.md 2019-10-04 09:13:50 +03:00
Prajwal
48fe457f6f Update median.md 2019-10-03 16:58:16 +05:30
Prajwal
b974426bcd Update median.md 2019-10-03 16:38:21 +05:30
Prajwal
ebadaa8c37 Update snippets/median.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
2019-10-03 16:36:16 +05:30
Prajwal
3933fac944 Update snippets/median.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
2019-10-03 16:35:46 +05:30
Shriprajwal
752006c582 Added the median snippet 2019-10-03 14:32:17 +05:30
30secondsofcode
0637d829bd Travis build: 133 2019-10-03 07:40:27 +00:00
Angelos Chalaris
c230973b01 Merge pull request #125 from robotenique/master
[ENHANCEMENT] update intersection snippet
2019-10-03 10:38:43 +03:00
30secondsofcode
5510177a79 Travis build: 131 2019-10-02 20:52:28 +00:00
Angelos Chalaris
f16245da6a Merge pull request #127 from chuckis/patch-2
Update decapitalize.md
2019-10-02 23:50:45 +03:00
chuckis
7ae45807b0 Update decapitalize.md 2019-10-02 23:40:44 +03:00
Juliano Garcia
20a462d32f update intersection snippet 2019-10-02 11:25:24 -03:00
30secondsofcode
9768c5d510 Travis build: 128 2019-10-02 06:45:06 +00:00
Angelos Chalaris
e73779346b Merge pull request #117 from rfezzani/Fix_snake_snippet
[FIX #116] Fix snake snippet

Resolves #116
2019-10-02 09:43:20 +03:00
Angelos Chalaris
6423f9810c Update snake.md 2019-10-02 09:42:29 +03:00
Riadh
fe4bc649ef Fix the 'some_mixed_string_with_spaces_underscores_and_hyphens' case 2019-10-01 14:51:40 +02:00
Riadh Fezzani
76ead08704 Update snippets/snake.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
2019-10-01 14:46:42 +02:00
Riadh Fezzani
83f1835ef6 Merge branch 'master' into Fix_snake_snippet 2019-09-30 23:20:02 +02:00
rfezzani
05b09f6b4f Fix comments 2019-09-30 23:18:39 +02:00
rfezzani
2b70917df8 Fix snake case snippet 2019-09-30 23:15:00 +02:00
30secondsofcode
14c41e7885 Travis build: 125 2019-09-30 19:16:46 +00:00
Angelos Chalaris
6271c23754 Fix snake snippet
Resolves #114
2019-09-30 22:14:54 +03:00
Riadh
158878552a Fix snake snippet 2019-09-30 16:12:09 +02:00
30secondsofcode
338a391975 Travis build: 120 2019-09-27 12:36:23 +00:00
Angelos Chalaris
654ab969e3 Merge pull request #113 from lazargugleta/fix/snippets
add n_times_string snippet
2019-09-27 15:34:39 +03:00
lazargugleta
0d84ca0c8b fix minor issues with n_times_string 2019-09-27 14:05:46 +02:00
lazargugleta
fb491879f6 add n_times_string snippet 2019-09-27 09:39:22 +02:00
lazargugleta
2b235f8c1d add n_times_string snippet 2019-09-27 09:07:25 +02:00
Stefan Feješ
6154b16700 Merge pull request #111 from lazargugleta/fix/snippets
[FIX: #109] remove unnecessary snippets

resolves: #109
2019-09-26 21:06:07 +02:00
lazargugleta
c076b32aa6 remove unnecessary snippets 2019-09-26 21:00:22 +02:00
30secondsofcode
a01fdb390f Travis build: 115 2019-09-25 19:17:41 +00:00
Angelos Chalaris
47ebbf6a0c Merge pull request #110 from theruziev/patch-1
[ENHANCEMENT] Remove redundant map
2019-09-25 22:15:54 +03:00
Angelos Chalaris
f25ea2a8cb Update none.md 2019-09-25 22:15:34 +03:00
Bakhtiyor Ruziev
f2b6ae351e Remove redundant map 2019-09-25 15:45:25 +03:00
30secondsofcode
06c866e0af Travis build: 110 2019-09-23 02:08:27 +00:00
Angelos Chalaris
74a0580cea Merge pull request #108 from defterade/patch-2
[ENHANCEMENT] Use and instead of bitwise and
2019-09-23 05:06:38 +03:00
defterade
2ab5c2049c [ENHANCEMENT] Use and instead of bitwise and
and is faster
2019-09-22 21:32:51 +02:00
30secondsofcode
29daf0479d Travis build: 108 2019-09-22 12:46:49 +00:00
Angelos Chalaris
ab16801793 Merge pull request #107 from 30-seconds/fixes
Resolves #99
Resolves #103
Resolves #104
2019-09-22 15:44:31 +03:00
Angelos Chalaris
efeabbc40e Resolvs #99 2019-09-22 15:41:44 +03:00
Angelos Chalaris
9b6cec690f Resolves #103 2019-09-22 15:36:06 +03:00
Angelos Chalaris
159cc26814 Update max_by.md 2019-09-22 15:35:10 +03:00
Angelos Chalaris
5ad7ee960b Update min_by.md 2019-09-22 15:34:52 +03:00
Angelos Chalaris
93823602f7 Resolves #104 2019-09-22 15:32:10 +03:00