Skip to content

Commit 94e3807

Browse files
authored
contents: add linked list implementation in C++ (#639)
1 parent b2e8203 commit 94e3807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/contents/algorithms/linked-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Out of the common languages, only Java provides a linked list implementation. Th
6262

6363
| Language | API |
6464
| --- | --- |
65-
| C++ | N/A |
65+
| C++ | [`std::list`](https://en.cppreference.com/w/cpp/container/list) |
6666
| Java | [`java.util.LinkedList`](https://docs.oracle.com/javase/10/docs/api/java/util/LinkedList.html) |
6767
| Python | N/A |
6868
| JavaScript | N/A |

0 commit comments

Comments
 (0)