We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fd41f commit 62da3caCopy full SHA for 62da3ca
README.md
@@ -1,11 +1,6 @@
1
-# Sequences
+# sequences
2
3
-In computer science, a list or sequence is an abstract data type
4
-that represents a countable number of ordered values, where the same
5
-value may occur more than once. An instance of a list is a computer
6
-representation of the mathematical concept of a finite sequence.
7
-
8
-From [Wikipedia](https://en.wikipedia.org/wiki/List_(abstract_data_type)).
+Benchmarks for sequence data structures: lists, vectors, etc.
9
10
## Running
11
0 commit comments