Skip to content

Commit

Permalink
mirror head
Browse files Browse the repository at this point in the history
  • Loading branch information
jgordini committed Aug 15, 2024
1 parent 5cc0ece commit 01f0303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apl-quest/2014/Mirror-Mirror-APLQuest-2014-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

In this article, we'll explore different methods to detect palindromes using APL (A Programming Language). We'll start with simple solutions and gradually optimize them for better performance. The goal is to create a function that returns 1 if the input character vector is a palindrome, and 0 otherwise.

## Examples

### 1. Basic Intersection Method

```apl
Expand Down

0 comments on commit 01f0303

Please sign in to comment.