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
View File
@@ -0,0 +1,2 @@
def intersection_of_sorted(a: list, b: list) -> list:
pass