Skip to content

Commit

Permalink
Merge pull request kodecocodes#714 from billbarbour/master
Browse files Browse the repository at this point in the history
Fix prime number issue in Rabin-Karp
  • Loading branch information
richard-ash authored Jan 9, 2019
2 parents 479bfd0 + 444b993 commit bd23246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rabin-Karp/Rabin-Karp.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ print("Hello, Swift 4!")
import UIKit

struct Constants {
static let hashMultiplier = 69069
static let hashMultiplier = 69061
}

precedencegroup PowerPrecedence { higherThan: MultiplicationPrecedence }
Expand Down

0 comments on commit bd23246

Please sign in to comment.