Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shellfly committed Feb 4, 2020
1 parent 71f937f commit 538902e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The official Java source code is <a href="https://github.com/kevin-wayne/algs4">

## Goals

Make a Python implementation of the library so that a Python programmer can learn this book easily.
Make a Python implementation of the library so that a Python programmer can follow this book easily or prefer to demonstrate the algorithms using Python.

Try to keep the interface and variable name consistent with the original book while not violating Python coding standards.
Try to keep the interface and variable name consistent with the original book while writing idiomatic Python code.

## Install (WIP)

Expand Down

0 comments on commit 538902e

Please sign in to comment.