Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ee5df3b

Browse files
authored
Updated date and added reference to Red-Black Tree
1 parent c5a41ec commit ee5df3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Language](https://img.shields.io/badge/language-swift-orange.svg)]()
22
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
33

4-
**Last Update: 12/August/2018.**
4+
**Last Update: 13/August/2018.**
55

66
# interviz
77
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). The name`interviz` stands for `interactive visualization` which is one of purposes of this project - to provide a UI interface for common algorithms and data structures.
@@ -24,7 +24,7 @@ Each major section will be wrapped into a separete `.playground` file, meaning t
2424
- [Binary Search Tree](https://github.com/jVirus/interviz/blob/master/Data%20Structures.playground/Pages/BinarySearchTree.xcplaygroundpage/Contents.swift)
2525
- B-Tree
2626
- Splay Tree
27-
- Red-Black Tree
27+
- [Red-Black Tree](https://github.com/jVirus/interviz/blob/master/Data%20Structures.playground/Pages/Red-Black%20Tree.xcplaygroundpage/Contents.swift)
2828
- AVL Tree
2929
- Trie Tree
3030
- Radix Tree

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /