1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-02-01 18:41:02 +00:00

fix links in DataStructures/README.md

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
This commit is contained in:
Alexander Kuleshov 2018-03-03 00:10:19 +06:00
parent 9a5bbd33d1
commit 2a90ecc3f5
No known key found for this signature in database
GPG Key ID: EE88CAC52D66AC9B

View File

@ -5,6 +5,6 @@ Linux kernel provides different implementations of data structures like doubly l
This part considers the following data structures and algorithms:
* [Doubly linked list](dlist.md)
* [Radix tree](radix-tree.md)
* [Bit arrays](bitmap.md)
* [Doubly linked list](linux-datastructures1.md)
* [Radix tree](linux-datastructures1.md)
* [Bit arrays](linux-datastructures1.md)