diff options
Diffstat (limited to 'challenge-099/paulo-custodio/basic')
| -rw-r--r-- | challenge-099/paulo-custodio/basic/ch-1.bas | 2 | ||||
| -rw-r--r-- | challenge-099/paulo-custodio/basic/ch-2.bas | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/challenge-099/paulo-custodio/basic/ch-1.bas b/challenge-099/paulo-custodio/basic/ch-1.bas index 255f3147ce..1cc64aee12 100644 --- a/challenge-099/paulo-custodio/basic/ch-1.bas +++ b/challenge-099/paulo-custodio/basic/ch-1.bas @@ -1,3 +1,5 @@ +' Challenge 099 +' ' TASK #1 › Pattern Match ' Submitted by: Mohammad S Anwar ' You are given a string $S and a pattern $P. diff --git a/challenge-099/paulo-custodio/basic/ch-2.bas b/challenge-099/paulo-custodio/basic/ch-2.bas index b2733f8867..ac658b84b3 100644 --- a/challenge-099/paulo-custodio/basic/ch-2.bas +++ b/challenge-099/paulo-custodio/basic/ch-2.bas @@ -1,3 +1,5 @@ +' Challenge 099 +' ' TASK #2 › Unique Sub-sequence ' Submitted by : Mohammad S Anwar ' You are given two strings $S and $T. |
