Skip to content

Commit

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

import Foundation
import Core

public protocol ZigzagConversionDefinition {
func convert(_ s: String, _ numRows: Int) -> String
}

0 comments on commit a96fe37

Please sign in to comment.