From 6529d3925bf251aa599756e9282de5d4fb374199 Mon Sep 17 00:00:00 2001 From: Marlon Aviz Date: Thu, 30 Mar 2017 12:26:13 -0300 Subject: [PATCH] initiating translation of new section --- translations/README-ptbr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/README-ptbr.md b/translations/README-ptbr.md index 2798c80..4500cab 100644 --- a/translations/README-ptbr.md +++ b/translations/README-ptbr.md @@ -36,7 +36,7 @@ Se você quer ser um engenheiro de confiabilidade ou engenheiro de sistemas, est - [Lista de Livros](#lista-de-livros) - [Antes de começar](#antes-de-começar) - [What you Won't See Covered](#what-you-wont-see-covered) -- [Prerequisite Knowledge](#prerequisite-knowledge) +- [Conhecimento Prévio](#conhecimento-prévio) - [The Daily Plan](#the-daily-plan) - [Algorithmic complexity / Big-O / Asymptotic analysis](#algorithmic-complexity--big-o--asymptotic-analysis) - [Data Structures](#data-structures) @@ -515,7 +515,7 @@ You don't need to memorize the guts of every algorithm. Write code on a whiteboard or paper, not a computer. Test with some sample inputs. Then test it out on a computer. -## Prerequisite Knowledge +## Conhecimento Prévio - [ ] **Learn C** - C is everywhere. You'll see examples in livros, lectures, vídeos, *everywhere* while you're studying.