Skip to content

Commit 919a9d9

Browse files
Wynndowdonnemartin
authored andcommitted
Update solution link for better_compress_challenge (donnemartin#169)
The link to the solution on the `better_compress_challenge` notebook was linking to the solution for the standard `compress_challenge`.
1 parent 4144b6f commit 919a9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arrays_strings/compress_alt/better_compress_challenge.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"source": [
6464
"## Algorithm\n",
6565
"\n",
66-
"Refer to the [Solution Notebook](http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/arrays_strings/compress/compress_solution.ipynb). If you are stuck and need a hint, the solution notebook's algorithm discussion might be a good place to start."
66+
"Refer to the [Solution Notebook](http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/arrays_strings/compress_alt/better_compress_solution.ipynb). If you are stuck and need a hint, the solution notebook's algorithm discussion might be a good place to start."
6767
]
6868
},
6969
{
@@ -139,7 +139,7 @@
139139
"source": [
140140
"## Solution Notebook\n",
141141
"\n",
142-
"Review the [Solution Notebook](http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/arrays_strings/compress/compress_solution.ipynb) for a discussion on algorithms and code solutions."
142+
"Review the [Solution Notebook](http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/arrays_strings/compress_alt/better_compress_solution.ipynb) for a discussion on algorithms and code solutions."
143143
]
144144
}
145145
],

0 commit comments

Comments
 (0)