Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Dec 2, 2023
1 parent 51ed176 commit f261593
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
@@ -1,5 +1,5 @@
![Logo](src/icon.png)

# Deque [![Build status](https://github.com/StephenCleary/Deque/workflows/Build/badge.svg)](https://github.com/StephenCleary/Deque/actions?query=workflow%3ABuild) [![codecov](https://codecov.io/gh/StephenCleary/Deque/branch/main/graph/badge.svg)](https://codecov.io/gh/StephenCleary/Deque) [![NuGet version](https://badge.fury.io/nu/Nito.Deque.svg)](https://www.nuget.org/packages/Nito.Deque) [![API docs](https://img.shields.io/badge/API-dotnetapis-blue.svg)](http://dotnetapis.com/pkg/Nito.Deque)
# Deque [![Build status](https://github.com/StephenCleary/Deque/workflows/Build/badge.svg)](https://github.com/StephenCleary/Deque/actions?query=workflow%3ABuild) [![codecov](https://codecov.io/gh/StephenCleary/Deque/branch/main/graph/badge.svg)](https://codecov.io/gh/StephenCleary/Deque) [![NuGet version](https://badge.fury.io/nu/Nito.Collections.Deque.svg)](https://www.nuget.org/packages/Nito.Collections.Deque) [![API docs](https://img.shields.io/badge/API-FuGet-blue.svg)](https://www.fuget.org/packages/Nito.Collections.Deque)

A double-ended queue, which provides O(1) indexed access, O(1) removals from the front and back, amortized O(1) insertions to the front and back, and O(N) insertions and removals anywhere else.

0 comments on commit f261593

Please sign in to comment.