Table of Contents
This repository was created to store the 1st exam of the discipline of algorithms and programming.
-
Clone the repo
git clone https://github.com/HeitorLouzeiro/Exam01-Algorithms-and-Programming-2023.git
-
Access the project folder in terminal/cmd
cd Exam01-Algorithms-and-Programming-2023
-
Enter the questions folder.
cd Questions
-
Run one of the questions below in the terminal.
python Q1.py
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Improvements
) - Commit your Changes (
git commit -m 'Add my new Enhancements'
) - Push to the Branch (
git push origin feature/Improvements
) - Open a Pull Request
We thank the following people who contributed to this project:
Heitor Louzeiro |
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/HeitorLouzeiro/Exam01-Algorithms-and-Programming-2023