Skip to content

Commit

Permalink
✨ Problem 004 definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jobearrr committed Jul 11, 2024
1 parent ce97a86 commit 8272233
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// MedianOfTwoSortedArraysDefinition.swift
// LeetSwift
//
// Created by Jobert on 11/07/2024.
//

import Foundation
import Core

public protocol MedianOfTwoSortedArraysDefinition {
func findMedianSortedArrays(_ nums1: [Int], _ nums2: [Int]) -> Double
}

0 comments on commit 8272233

Please sign in to comment.