Source code of my solution to the CodeCrafters' "Build your own grep" challenge.
I've put myself a personal challenge: do not use any third-party packages (only use built-in Python features). Of course,
I did not use Python's re neither.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Source code of my solution to the CodeCrafters' "Build your own grep" challenge.
I've put myself a personal challenge: do not use any third-party packages (only use built-in Python features). Of course,
I did not use Python's re neither.