Contents
This repository is a part of the portfolio to illustrate my software engineering experience. This repository especially demonstrates my skills and capabilities in python language.
The repository currently includes the following items:
- The solutions to Project Euler problems.
I will add new solutions by the time:
- A simple machine learning project working on the generic sales data of a supermarket.
Currently, the repository contains the following subdirectories:
- The project euler problems.
Currently, the subdirectory contains the following modules:
- Collatz conjecture (Project Euler Problem 14),
- Langton's Ant (Project Euler Problem 349).
See the docstrings of the modules involving a detailed description of the problem and the solution.