mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update README.md
This commit is contained in:
parent
7d89916381
commit
60c86f0759
@ -186,8 +186,12 @@ def intersect(nums1: list[int], nums2: list[int]) -> list[int]:
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### check if anagram
|
### check if anagram
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def is_anagram(string1, string2) -> bool:
|
def is_anagram(string1, string2) -> bool:
|
||||||
|
|
||||||
@ -259,6 +263,8 @@ def diagonal_difference(arr):
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### is palindrome
|
### is palindrome
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
@ -333,7 +339,3 @@ def length_longest_substring(s) -> int:
|
|||||||
```
|
```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
###
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user