Skip to content

boopathiviky/Eulers-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Euler's Project Logical Programming Solution

License

This repository contains a Jupyter Notebook implementing a logical programming solution for problems from Project Euler.

Introduction

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.

Installation

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

Usage

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.

Contents

  1. Problem 1: Multiples of 3 and 5
  2. Problem 2: Even Fibonacci numbers
  3. Problem 3: Largest prime factor
    • ...
    • ...

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published