mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-17 03:19:22 -04:00
Update check_permutation_strings_is_palindrome.py
This commit is contained in:
parent
158eb74e76
commit
e6f990cab6
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# author: bt3gl
|
||||||
|
|
||||||
# given a string, write a function to check if it's a permutation of palindromes
|
# given a string, write a function to check if it's a permutation of palindromes
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue