Skip to content

nguyenbn7/algorithms_specialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms Specialization

Learn To Think Like A Computer Scientist. Master the fundamentals of the design and analysis of algorithms. Specialization has 4 courses:

Description

Repository contains solutions and automation test for each weekly assignment(s) of each course of specialization.

Getting Started

Dependencies

  • Python 3.7 or greater

Installing

Executing program

  • Virtual environment
python -m venv venv

Or in Linux

python3 -m venv venv
  • Pytest
pip install pytest

Or in Linux

pip3 install pytest
  • Run test
pytest

Advance test running see https://docs.pytest.org/en/stable/getting-started.html

Help

Issue when trying to run test. Please check Stack Overflow or Pytest docs

Authors

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Learn To Think Like A Computer Scientist. Master the fundamentals of the design and analysis of algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Languages