Add sceleton of intersection_of_sorted function
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def intersection_of_sorted(a: list, b: list) -> list:
|
||||
pass
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
def intersection_of_sorted(a: list, b: list) -> list:
|
||||
pass
|
||||