Add sceleton of intersection_of_sorted function
This commit is contained in:
parent
60c75969d9
commit
c1347e087c
2
solution18.py
Normal file
2
solution18.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
def intersection_of_sorted(a: list, b: list) -> list:
|
||||||
|
pass
|
||||||
Loading…
Reference in New Issue
Block a user