You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you start the IPython/Jupyter notebook at the top-level of the repo, as suggested by the readme, it presents the directory listing and it is not clear where to start and which directories contain challenges and which do not (e.g. the templates directory).
If you go into a challenge category directory, again, it is not clear in which (suggested) order the challenges (if any) should be tackled.
I suggest naming the category and challenge directories with a two-digit number prefix, so that they are ordered like in the readme. Example:
Categories:
01_arrays_strings
02_linked_lists
....
Challenges:
01_unique_chars
02_permutation
...
The text was updated successfully, but these errors were encountered:
I have some changes I'd like to make to restructure some of the notebooks first, I hope to have this in the next month or two. Just a heads up, I think the renaming suggestion might be a fair amount of work, as some notebooks have links to other notebooks (ie challenge notebooks link to solution notebooks).
When you start the IPython/Jupyter notebook at the top-level of the repo, as suggested by the readme, it presents the directory listing and it is not clear where to start and which directories contain challenges and which do not (e.g. the
templates
directory).If you go into a challenge category directory, again, it is not clear in which (suggested) order the challenges (if any) should be tackled.
I suggest naming the category and challenge directories with a two-digit number prefix, so that they are ordered like in the readme. Example:
Categories:
Challenges:
The text was updated successfully, but these errors were encountered: