From 99922d425a4829c8155534396bb9ae751266abec Mon Sep 17 00:00:00 2001 From: Nilton Lopes <niltonrck@gmail.com> Date: Wed, 20 Mar 2019 23:35:22 -0300 Subject: [PATCH] Update README.md Adding link to read in portuguese :) --- src/data-structures/linked-list/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data-structures/linked-list/README.md b/src/data-structures/linked-list/README.md index 800d65d041..29ce82e210 100644 --- a/src/data-structures/linked-list/README.md +++ b/src/data-structures/linked-list/README.md @@ -2,7 +2,8 @@ _Read this in other languages:_ [_简体中文_](README.zh-CN.md), -[_Русский_](README.ru-RU.md) +[_Русский_](README.ru-RU.md), +[_Português_](README.pt-BR.md) In computer science, a **linked list** is a linear collection of data elements, in which linear order is not given by