From 42635553914b02ecfe4ea7b90fcf90a4f638b5c0 Mon Sep 17 00:00:00 2001 From: "Mia von Steinkirch, PhD, MSc" <1130416+bt3gl@users.noreply.github.com> Date: Mon, 10 Feb 2020 12:16:01 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BEFix=20some=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb950a6..7bdfecc 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ It's loosely based on the exercises & theory from the book [Cracking the Code In - [Here are several samplings for coding challenges](https://github.com/bt3gl/Book-on-Python-Algorithms-and-Data-Structures/tree/master/First_edition_2014/other_resources), including [Project Euler](https://projecteuler.net/), [Top Coder](https://www.topcoder.com/challenges), [Interview Cake](https://www.interviewcake.com/), and [the eudyptula challenge](http://eudyptula-challenge.org/). -Even after the years, this book can be useful if you are aiming to learning Python and/or practicing for software engineering interviews. +Even after the years, this book can be useful if you are aiming to learn Python and/or practice for software engineering interviews. ## Second Edition - 2020 -The second edition is updated for Python 3. This is a current work on progress. +The second edition is updated for Python 3. This is the current work on progress.