An open API service indexing awesome lists of open source software.

https://github.com/peteprattis/euler-circle

Write a program that accepts an integer as a physical number and prints, if any, an Euler circle for the graph Kn.
https://github.com/peteprattis/euler-circle

discrete-mathematics euler euler-exercises program python student turtle-graphics

Last synced: 4 months ago
JSON representation

Write a program that accepts an integer as a physical number and prints, if any, an Euler circle for the graph Kn.

Awesome Lists containing this project

README

        

# A Python Exercise

**This is a simple python project from my early days as a Computer Science student**

_This programm was created for the second semester class Discrete mathematics_

> #### Description of project
>
>>Write a program that accepts an integer as a physical number and prints, if any, an Euler circle for the graph Kn.

> #### About this project
>
> - The comments to make the code understandable, are within the .py archive
> - This program runs for Python version 3.6+
> - This repository was created to show the variety of the work I did and experience I gained as a student
>