donnemartin / donnemartin/interactive-coding-challenges

Add number prefix to directory names of categories/challenges to indicate order

Open
#47 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
31.8k
Forks
4.7k
PR merge metrics
No merged PRs in 30d

Description

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
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.