Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
apt_exercises
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Fischer
apt_exercises
Repository
3202f16e4b8f38d2cdf1f766102ddfaa585789c6
Select Git revision
Branches
1
master
default
protected
1 result
apt_exercises
Programming_Paradigms
bintree.py
Find file
Blame
Permalink
4 years ago
476b46e7
Started bintree exercise
· 476b46e7
Andreas Fischer
authored
4 years ago
476b46e7
History
Started bintree exercise
Andreas Fischer
authored
4 years ago
bintree.py
83 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
5
6
#!/usr/bin/env python3
# *-* coding:utf-8 *-*
if
__name__
==
"
__main__
"
:
pass