|
3 | 3 | []() |
4 | 4 | []() |
5 | 5 |
|
6 | | -**Last Update: 02/September/2018.** |
| 6 | +**Last Update: 12/September/2018.** |
7 | 7 |
|
8 | | -The repository contains examples of common `Algorithms` and `Data Structures` implemented using the latest stable version of `Swift`programming language. The development attempts to fully utilize `Standard Library` and `Protocol-Oriented` paradigm. The project provides interactive visualizations using `SpriteKit` and `SceneKit` frameworks (in development). |
| 8 | + |
9 | 9 |
|
10 | 10 | # ✍️ About |
11 | | -Each major section will be wrapped into a separete `.playground` file, meaning that `data structures` and `algorithms` will be separeted for convenient management. :octocat: |
| 11 | +The repository contains examples of common `Algorithms` and `Data Structures` implemented using the latest stable version of `Swift`programming language. The development attempts to fully utilize `Standard Library` and `Protocol-Oriented` paradigm. The project provides interactive visualizations using `SpriteKit` and `SceneKit` frameworks (in development). |
12 | 12 |
|
13 | 13 | ## 📚 Content |
| 14 | +Each major section will be wrapped into a separete `.playground` file, meaning that `data structures` and `algorithms` will be separeted for convenient management. :octocat: |
| 15 | + |
14 | 16 | - [About](#about) |
15 | 17 | - [Data Structures](https://github.com/jVirus/swift-algorithms-data-structs/tree/master/Data%20Structures.playground/Pages) |
16 | 18 | - [Stack](https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/Stack.xcplaygroundpage/Contents.swift) |
|
0 commit comments