Skip to content

Commit 52ee48e

Browse files
authored
Updated sections' descriptions and shields
1 parent 9213909 commit 52ee48e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
[![Language](https://img.shields.io/badge/language-swift-orange.svg)]()
1+
# swift-algorithms-data-structs [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2+
3+
[![Language](https://img.shields.io/badge/language-Swift-orange.svg)]()
24
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
35

4-
**Last Update: 18/August/2018.**
6+
**Last Update: 02/September/2018.**
57

6-
# swift-algorithms-data-structs
7-
This is a `playground-based` project that 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+
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).
89

9-
# About
10+
# ✍️ About
1011
Each major section will be wrapped into a separete `.playground` file, meaning that `data structures` and `algorithms` will be separeted for convenient management. :octocat:
1112

12-
## Contnet
13+
## 📚 Content
1314
- [About](#about)
1415
- [Data Structures](https://github.com/jVirus/swift-algorithms-data-structs/tree/master/Data%20Structures.playground/Pages)
1516
- [Stack](https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/Stack.xcplaygroundpage/Contents.swift)
@@ -61,7 +62,7 @@ Each major section will be wrapped into a separete `.playground` file, meaning t
6162
- Depth-First Search (DFS)
6263
- Shortest Path (unweighted tree)
6364

64-
# Interactive Visualizations
65+
# 📺 Interactive Visualizations
6566
The following list contains interactive visualizations that were implemented as part of the project. In majority of cases you can interact with a `data structure` or `algorithm` through a number of `UI` controlls. Visualizations are implemented using `SpriteKit` framework and are intended to explain the work of `data structures` and `algorithms` in a more highlevel way, which is a great way to learn especially if you are a beginner or you aren't familiar with something listed in the repository.
6667

6768
## Stack
@@ -75,8 +76,8 @@ Queue visualization is similar to Stack interactive visualization: it has two ma
7576
<img src="https://user-images.githubusercontent.com/5098753/43047859-99bdd2d6-8de6-11e8-9669-10afab9a5cc7.gif" width="350">
7677

7778

78-
# Author
79+
# 👨‍💻 Author
7980
[Astemir Eleev](https://github.com/jVirus)
8081

81-
# Licence
82+
# 🔖 Licence
8283
THE PROJECT IS UNDER [MIT](https://github.com/jVirus/iOS-Algo-Play-Book/blob/master/LICENSE) LICENCE

0 commit comments

Comments
 (0)