kodecocodes / swift-algorithm-club

Algorithms and data structures in Swift, with explanations!
MIT License
28.76k stars 5.01k forks source link

Swift 4.2 Migration #748

Closed kelvinlauKL closed 5 years ago

kelvinlauKL commented 5 years ago

Brief Intro

Every year, we go through the repository to make sure all the README and playgrounds are up-to-date with the latest Xcode.

Migration Procedure:

  1. Choose a topic below that hasn't been checked off
  2. Check the pull requests to see if anyone is working on your chosen topic
  3. Make a pull request to let others know that you're currently working on your chosen topic

Remove code snippet at the top of each playground file:

// last checked with Xcode 9.0b4
#if swift(>=4.0)
   print("Hello, Swift 4!")
#endif

Current Progress

kelvinlauKL commented 5 years ago

Closing since it's time for Swift 5.0 🗡