Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.57 KB

Book's problems and solutions

This is a guide that contains solutions to several problems I have solved during my studies. It's a work in progress, so I'll be adding more problems and solutions as I go.

Credits

Structure

Each book chapter is represented by a qmd file, which is a Quarto markdown file. Every book has its own folder, where you can find all the related files. The structure of the project looks like this:

learning.jsantanders.dev/
├── book-1/
│   ├── chapter-1.qmd
│   ├── chapter-2.qmd
│   └── images/
├── book-2/
│   ├── chapter-1.qmd
│   ├── chapter-2.qmd
│   └── images/
├── book-3/
│   ├── chapter-1.qmd
│   ├── chapter-2.qmd
│   └── images/
└── README.md

In each book folder, you can find the qmd files for each chapter and an images folder where all the images used in the book are stored.

Contributing

If you have any feedback, suggestions, or fixes for problems that are wrong, please feel free to open an issue or pull request. Your contributions are welcome and greatly appreciated!

License

All solutions of problems that I come up with is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. However, the solutions are based on the book's problems, which are copyrighted by the book's author(s) in some cases. Please refer to the book's license for further details.