Add link to Spanish translation in Doubly-Linked list README.

This commit is contained in:
Oleksii Trekhleb 2021-05-06 07:05:27 +02:00
parent 22b323e6b1
commit cb50e4e9f3

View File

@ -4,8 +4,9 @@ _Read this in other languages:_
[_Русский_](README.ru-RU.md),
[_简体中文_](README.zh-CN.md),
[_日本語_](README.ja-JP.md),
[_Português_](README.pt-BR.md)
[_한국어_](README.ko-KR.md)
[_Português_](README.pt-BR.md),
[_한국어_](README.ko-KR.md),
[_Español_](README.es-ES.md),
In computer science, a **doubly linked list** is a linked data structure that
consists of a set of sequentially linked records called nodes. Each node contains