Skip to content

Commit 62da3ca

Browse files
authored
Update README.md
1 parent 77fd41f commit 62da3ca

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
# Sequences
1+
# sequences
22

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)).
3+
Benchmarks for sequence data structures: lists, vectors, etc.
94

105
## Running
116

0 commit comments

Comments
 (0)