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.
- Host: GitHub
- URL: https://github.com/peteprattis/euler-circle
- Owner: PetePrattis
- License: mit
- Created: 2019-10-13T07:34:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T07:40:42.000Z (over 5 years ago)
- Last Synced: 2024-11-17T11:54:15.538Z (6 months ago)
- Topics: discrete-mathematics, euler, euler-exercises, program, python, student, turtle-graphics
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
>