swift-algorithm-club icon indicating copy to clipboard operation
swift-algorithm-club copied to clipboard

Algorithms and data structures in Swift, with explanations!

Results 69 swift-algorithm-club issues
Sort by recently updated
recently updated
newest added

### Checklist - [x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x] This pull request is complete and ready for review. ### Description Updated the swift Version and project files...

### Checklist - [x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x] This pull request is complete and ready for review. ### Description Seems like some names of variables used...

### Brief Intro https://github.com/raywenderlich/swift-algorithm-club/pull/997 I have created this PR for that issue, there are some mistakes in the README files and also a little improvement for the Selection Sampling example...

### Checklist - [ x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x ] This pull request is complete and ready for review. ### Description

When triggering removeAll or deinit of very long LinkedList ( like 1...10000000 integers storage),you will get stack overflow. The reason is nodes` recursive releasing. ![image](https://user-images.githubusercontent.com/10824752/160771370-98fc8b40-28fb-4f26-89a8-9c07a071ed27.png) From the image above you...

### Checklist - [√ ] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [√ ] This pull request is complete and ready for review. ### Description

### Checklist - [x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x] This pull request is complete and ready for review. ### Description Replace `if` with `guard` https://github.com/raywenderlich/swift-style-guide#golden-path

### Checklist - [x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x] This pull request is complete and ready for review. ### Description A new Probalistic Data Structure - CountMin...

### Checklist - [x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x] This pull request is complete and ready for review. ### Description add Flood Fill Algorithm using Swift language