This repository contains material from lectures on Discrete Mathematics taught at the Warsaw University of Technology (WUT). The core content originates from the official lecture notes and handwritten slides provided by the course instructor. Over time, students have contributed to this repository by committing corrections, clarifications, and additional content to enhance the material.
While much effort has been made to ensure accuracy, these notes may still contain errors. We welcome pull requests with improvements, add-ons, and corrections to help keep the material up-to-date and as error-free as possible.
If you notice any mistakes or have suggestions for additional content, please feel free to:
- Submit a pull request with your corrections or improvements.
- Open an issue to discuss potential enhancements.
Your contributions help making these notes a better resource for everyone studying Discrete Mathematics.
This work is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. See the LICENSE file for details.
-
Fork the Repository:
Click the Fork button in the upper right corner on the repository page on GitHub. This will create a copy of the repository under your GitHub account. -
Clone Your Fork Locally:
Open your terminal and run the following command (replace<your-username>
with your GitHub username):git clone https://github.com/<your-username>/DM1_MiNICS.git
Use:
make
to compile the project and retain auxiliary files.
Use:
make delete
to compile the project and then remove all auxiliary files.