mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Commit Graph
Select branches
Hide Pull Requests
develop
master
#100
#101
#102
#102
#103
#104
#105
#106
#107
#108
#109
#110
#111
#112
#113
#114
#115
#116
#117
#118
#119
#120
#121
#122
#123
#124
#125
#126
#127
#128
#129
#130
#131
#132
#133
#134
#135
#136
#137
#138
#139
#140
#141
#142
#143
#144
#145
#146
#147
#148
#149
#15
#150
#151
#152
#153
#154
#155
#156
#156
#157
#158
#159
#16
#160
#161
#161
#163
#164
#164
#165
#166
#166
#167
#168
#169
#171
#171
#172
#175
#176
#177
#177
#178
#179
#179
#18
#18
#180
#181
#181
#182
#182
#183
#184
#186
#186
#187
#187
#188
#188
#189
#189
#19
#19
#190
#190
#191
#192
#192
#194
#196
#198
#199
#20
#200
#200
#202
#204
#206
#207
#207
#208
#210
#211
#212
#213
#214
#215
#215
#216
#217
#217
#218
#221
#223
#223
#226
#227
#227
#228
#229
#229
#231
#232
#233
#234
#234
#237
#237
#239
#241
#242
#243
#245
#245
#246
#246
#247
#247
#249
#249
#25
#250
#250
#251
#251
#252
#252
#254
#255
#255
#257
#257
#259
#26
#260
#260
#261
#261
#262
#262
#263
#263
#265
#265
#266
#266
#272
#274
#275
#276
#277
#278
#279
#28
#280
#281
#282
#283
#284
#285
#286
#286
#287
#288
#289
#29
#29
#290
#290
#291
#291
#292
#292
#30
#302
#302
#303
#303
#305
#305
#307
#307
#308
#308
#34
#36
#36
#37
#39
#40
#40
#41
#41
#42
#42
#43
#44
#45
#46
#46
#48
#49
#5
#50
#51
#52
#53
#54
#55
#56
#57
#58
#59
#6
#60
#61
#62
#63
#64
#65
#66
#67
#68
#69
#70
#71
#72
#73
#74
#75
#76
#77
#78
#79
#80
#81
#82
#83
#84
#85
#86
#87
#88
#89
#9
#90
#91
#92
#93
#94
#95
#95
#96
#97
#98
#99
Select branches
Hide Pull Requests
develop
master
#100
#101
#102
#102
#103
#104
#105
#106
#107
#108
#109
#110
#111
#112
#113
#114
#115
#116
#117
#118
#119
#120
#121
#122
#123
#124
#125
#126
#127
#128
#129
#130
#131
#132
#133
#134
#135
#136
#137
#138
#139
#140
#141
#142
#143
#144
#145
#146
#147
#148
#149
#15
#150
#151
#152
#153
#154
#155
#156
#156
#157
#158
#159
#16
#160
#161
#161
#163
#164
#164
#165
#166
#166
#167
#168
#169
#171
#171
#172
#175
#176
#177
#177
#178
#179
#179
#18
#18
#180
#181
#181
#182
#182
#183
#184
#186
#186
#187
#187
#188
#188
#189
#189
#19
#19
#190
#190
#191
#192
#192
#194
#196
#198
#199
#20
#200
#200
#202
#204
#206
#207
#207
#208
#210
#211
#212
#213
#214
#215
#215
#216
#217
#217
#218
#221
#223
#223
#226
#227
#227
#228
#229
#229
#231
#232
#233
#234
#234
#237
#237
#239
#241
#242
#243
#245
#245
#246
#246
#247
#247
#249
#249
#25
#250
#250
#251
#251
#252
#252
#254
#255
#255
#257
#257
#259
#26
#260
#260
#261
#261
#262
#262
#263
#263
#265
#265
#266
#266
#272
#274
#275
#276
#277
#278
#279
#28
#280
#281
#282
#283
#284
#285
#286
#286
#287
#288
#289
#29
#29
#290
#290
#291
#291
#292
#292
#30
#302
#302
#303
#303
#305
#305
#307
#307
#308
#308
#34
#36
#36
#37
#39
#40
#40
#41
#41
#42
#42
#43
#44
#45
#46
#46
#48
#49
#5
#50
#51
#52
#53
#54
#55
#56
#57
#58
#59
#6
#60
#61
#62
#63
#64
#65
#66
#67
#68
#69
#70
#71
#72
#73
#74
#75
#76
#77
#78
#79
#80
#81
#82
#83
#84
#85
#86
#87
#88
#89
#9
#90
#91
#92
#93
#94
#95
#95
#96
#97
#98
#99
-
24cd55b9aa
Added linked list delete method.
Donne Martin
2015-05-08 16:49:33 -0400 -
e8060f4b6e
Cleaned up string compress notebook. Refactored duplicate algorithm description.
Donne Martin
2015-05-08 16:48:22 -0400 -
ef6c382a90
Added info about the pythonic code not being in-place.
Donne Martin
2015-05-08 16:46:03 -0400 -
e5ad1f468b
Added notebook solving the following: Determine if a string s1 is a rotation of another string s2.
Donne Martin
2015-05-07 19:59:28 -0400 -
69df72a803
Added notebook solving the following: Find the kth to last element of a linked list.
Donne Martin
2015-05-07 19:56:25 -0400 -
82d3f09478
Added notebook to README: Remove duplicates from a linked list.
Donne Martin
2015-05-07 19:53:56 -0400 -
d4651bdc34
Added notebook to README: Determine if a string is a rotation of another.
Donne Martin
2015-05-07 19:53:07 -0400 -
8b05cffaac
Tweaked wording of a couple string/array notebook links.
Donne Martin
2015-05-07 19:52:18 -0400 -
1bfef18681
Added notebook solving the following: Remove duplicates from a linked list.
Donne Martin
2015-05-06 19:15:09 -0400 -
f652c7db1e
Added linked list find method.
Donne Martin
2015-05-05 17:47:37 -0400 -
8c9482c488
Added notebook solving the following: Implement a linked list with insert, find (coming soon), delete (coming soon), and print methods.
Donne Martin
2015-05-05 17:42:34 -0400 -
653e4b3bbd
Added notebook solving the following: Compress a string such that aabbb becomes a2b3.
Donne Martin
2015-05-04 05:54:50 -0400 -
c032b296bf
Added notebook solving the following: Given a String, Encode In-Place all Spaces.
Donne Martin
2015-05-03 18:23:05 -0400 -
17480bae2f
Added diagram to replace spaces in a string with its encoded value.
Donne Martin
2015-05-03 12:44:34 -0400 -
f5e83ad1f6
Updated nbviewer links to match new repo name.
Donne Martin
2015-05-03 12:33:39 -0400 -
f9b93ae100
Updated repo name, description, and copyright date.
Donne Martin
2015-05-03 12:32:27 -0400 -
d546ea49b4
Reworked algorithm descriptions. Added notebook index. Minor cleanup.
Donne Martin
2015-05-02 17:14:29 -0400 -
e22f7b8d20
Added notebook index. Added note about using additional data structures for the Pythonic solution. Minor cleanup.
Donne Martin
2015-05-02 17:13:10 -0400 -
7826fea184
Fixed string permutations notebook index labels and links.
Donne Martin
2015-05-02 17:10:59 -0400 -
199157aeed
Added notebook solving the following: Check if a string is a permutation of another.
Donne Martin
2015-05-02 17:06:21 -0400 -
3f23c6ee9e
Tweaked description of notebook that checks if a string contains unique characters.
Donne Martin
2015-05-02 17:05:02 -0400 -
51cab5e686
Added notebook solving the following: Implement the function void Reverse(char* str).
Donne Martin
2015-05-01 08:13:47 -0400 -
95591ef96e
Added check for unique characters in a string nbviewer link to the README.
Donne Martin
2015-05-01 08:00:41 -0400 -
d2c21c4002
Added notebook solving the following: Implement an algorithm to determine if a string has all unique characters.
Donne Martin
2015-04-30 17:45:08 -0400 -
4b0cd10ce3
Added LICENSE.
Donne Martin
2015-04-29 06:38:00 -0400 -
bb1f45ec37
Tweaked formatting of repo name.
Donne Martin
2015-04-29 06:37:32 -0400 -
c6afe1c36c
Added README.
Donne Martin
2015-04-29 06:35:02 -0400