Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.49 KB

File metadata and controls

65 lines (39 loc) · 1.49 KB

IntroductionToAlgorithm.Python

🐎 Introduction To Algorithm book study of Peefy using Python and VS Code.

Requirement

  • Python3.5+ Sdk
  • pip package
  • numpy package
  • sympy package
  • scipy package
  • matplotlib package

Quick Start

Step 1

git clone https://github.com/Peefy/IntroductionToAlgorithm.Python

Step 2

cd IntroductionToAlgorithm.Python

Step 3

python main.py

or

python3 main.py

Then enjoy it.

Tip

If you like it or it may help.Thanks for Fork and Star!

And it is better to use Jupyter Notebook!

LICENSE

Copyright 2017 DuGu.Peefy, All right reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.