This repository contains a Jupyter Notebook implementing a logical programming solution for problems from Project Euler.
Project Euler is a series of challenging mathematical/computer programming problems that require more than just mathematical insights to solve. This notebook presents solutions to some of these problems using logical programming techniques.
To run this notebook, ensure you have Python installed along with Jupyter Notebook. You can install Jupyter Notebook using pip:
pip install notebook
Clone this repository to your local machine:
git clone https://github.com/boopathiviky/Eulers-Project.git
Navigate to the directory containing the notebook and run Jupyter Notebook:
cd Eulers-Project
jupyter notebook
Open the Jupyter Notebook file Eulers_Project_Logical_Programming.ipynb
and execute the cells to see the solutions and explanations for various problems from Project Euler.
- Problem 1: Multiples of 3 and 5
- Problem 2: Even Fibonacci numbers
- Problem 3: Largest prime factor
- ...
- ...
This project is licensed under the MIT License - see the LICENSE file for details.