Add sceleton of intersection_of_sorted function

This commit is contained in:
Артём Садаков 2026-04-16 21:24:30 +03:00
parent 60c75969d9
commit c1347e087c

2
solution18.py Normal file
View File

@ -0,0 +1,2 @@
def intersection_of_sorted(a: list, b: list) -> list:
pass