Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdremov authored Jan 17, 2023
1 parent ca9a3da commit 1a78725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Swift implementation of implicit treap. Data structure with efficient random ins

## Usage

TreeArray behaves like an usual array but has the different implementation under the hood that allows some operations to work faster.
TreeArray **behaves like an usual array** but has the different implementation under the hood that allows some operations to work faster. You can just replace `Array` with `TreeArray` and it should work as expected.

```swift
import TreeArray
Expand Down

0 comments on commit 1a78725

Please sign in to comment.