This repository hosts materials for a course on algorithms and data structures, including tasks, solutions, and code examples. It is designed to support learners in understanding fundamental algorithms and various data structures through hands-on exercises and examples.
- Clone the repository:
git clone https://github.com/crissyro/algorithms-and-data-structures-course.git
- Navigate to the project directory:
cd algorithms-and-data-structures-course
- Install dependencies (if required):
# Example command, update if necessary pip install -r requirements.txt
Each topic in this course has its own folder containing code and exercises. Follow the instructions in each folder for specific lessons. Python works need to run on Windows, for example in IDE Pycharm
Contributions are welcome! Please review the CONTRIBUTING.md file for guidelines on contributing to this project.
See CHANGELOG.md for the history of changes.
This project is licensed under the MIT License - see the LICENSE file for details.