Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
alextometzki
/
ClassicComputerScienceProblemsInPython
Public
forked from
davecom/ClassicComputerScienceProblemsInPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 9, 2022
Desperately try to appease mypy.
Alexander Tometzki
committed
4bd547c
View commit details
Copy full SHA for 4bd547c
Browse repository at this point
Add beginning of seven bridges problem
Alexander Tometzki
committed
fd606d1
View commit details
Copy full SHA for fd606d1
Browse repository at this point
Add digraph.py
Alexander Tometzki
committed
f2702d2
View commit details
Copy full SHA for f2702d2
Browse repository at this point
Add starting parameters to sudoku.
Alexander Tometzki
committed
4baa980
View commit details
Copy full SHA for 4baa980
Browse repository at this point
Commits on Apr 8, 2022
Clean up sudoku.py
Alexander Tometzki
committed
75943f1
View commit details
Copy full SHA for 75943f1
Browse repository at this point
Extend framework so vertices canbe deleted
Alexander Tometzki
committed
177bd90
View commit details
Copy full SHA for 177bd90
Browse repository at this point
Correct some dijkstra type hints
Alexander Tometzki
committed
20bf56c
View commit details
Copy full SHA for 20bf56c
Browse repository at this point
Add support to graph for removing edges.
Alexander Tometzki
committed
b7c0354
View commit details
Copy full SHA for b7c0354
Browse repository at this point
Commits on Apr 7, 2022
Add __init__.pyi to avoid type hinting error
Alexander Tometzki
committed
857d0b2
View commit details
Copy full SHA for 857d0b2
Browse repository at this point
Fix type hinting with help of mypy
Alexander Tometzki
committed
8518beb
View commit details
Copy full SHA for 8518beb
Browse repository at this point
Commits on Apr 5, 2022
Solve sudoku starting with empty grid
Alexander Tometzki
committed
af5b9bb
View commit details
Copy full SHA for af5b9bb
Browse repository at this point
Attempt to solve sudoku, but fail...
Alexander Tometzki
committed
43fa54e
View commit details
Copy full SHA for 43fa54e
Browse repository at this point
Improve word search so words can be backwords and overlapping.
Alexander Tometzki
committed
e3b9a17
View commit details
Copy full SHA for e3b9a17
Browse repository at this point
Improve word search so words can be backwords and overlapping.
Alexander Tometzki
committed
d741235
View commit details
Copy full SHA for d741235
Browse repository at this point
Commits on Apr 4, 2022
wordsearch can now overlap
Alexander Tometzki
committed
ec6b220
View commit details
Copy full SHA for ec6b220
Browse repository at this point
Small fix
Alexander Tometzki
committed
68f9f95
View commit details
Copy full SHA for 68f9f95
Browse repository at this point
solve circuit problem
Alexander Tometzki
committed
f83c1ea
View commit details
Copy full SHA for f83c1ea
Browse repository at this point
Revert "nothing was commited for some reason"
Show description for b9a43f6
Alexander Tometzki
committed
b9a43f6
View commit details
Copy full SHA for b9a43f6
Browse repository at this point
nothing was commited for some reason
Alexander Tometzki
committed
ed269ee
View commit details
Copy full SHA for ed269ee
Browse repository at this point
Commits on Oct 26, 2020
Update README.md
davecom
authored
8a164b6
View commit details
Copy full SHA for 8a164b6
Browse repository at this point
Commits on Aug 20, 2020
Update README.md
davecom
authored
fae25cb
View commit details
Copy full SHA for fae25cb
Browse repository at this point
Commits on Jun 25, 2020
Update README.md
davecom
authored
de7015e
View commit details
Copy full SHA for de7015e
Browse repository at this point
Update README.md
davecom
authored
4c0fec9
View commit details
Copy full SHA for 4c0fec9
Browse repository at this point
Commits on Jun 5, 2020
Merge pull request #15 from SuperManEver/fix(typo)
Show description for f9234f7
davecom
authored
f9234f7
View commit details
Copy full SHA for f9234f7
Browse repository at this point
adjust type annotation
SuperManEver
committed
742bc9d
View commit details
Copy full SHA for 742bc9d
Browse repository at this point
Commits on Dec 12, 2019
fixed off by one error; closes #13
davecom
committed
4ed4ba0
View commit details
Copy full SHA for 4ed4ba0
Browse repository at this point
Commits on Mar 15, 2019
Update README.md
davecom
authored
57d5f94
View commit details
Copy full SHA for 57d5f94
Browse repository at this point
Update README.md
davecom
authored
06fcd49
View commit details
Copy full SHA for 06fcd49
Browse repository at this point
Merge branch 'master' of https://github.com/davecom/ClassicComputerScienceProblemsInPython
davecom
committed
d72b064
View commit details
Copy full SHA for d72b064
Browse repository at this point
updated readme for final release
davecom
committed
f427b31
View commit details
Copy full SHA for f427b31
Browse repository at this point
Commits on Feb 19, 2019
Merge pull request #2 from SSteve/patch-1
Show description for 85709aa
davecom
authored
85709aa
View commit details
Copy full SHA for 85709aa
Browse repository at this point
Commits on Feb 18, 2019
Small typo in comment
SSteve
authored
e113648
View commit details
Copy full SHA for e113648
Browse repository at this point
Commits on Jan 9, 2019
pep8 end file with blank line
davecom
committed
3f1190e
View commit details
Copy full SHA for 3f1190e
Browse repository at this point
Commits on Dec 2, 2018
cleaned up some comments
davecom
committed
31e4b30
View commit details
Copy full SHA for 31e4b30
Browse repository at this point
Commits on Nov 26, 2018
cleaned up some comments; added a missing annotation
davecom
committed
61b5864
View commit details
Copy full SHA for 61b5864
Browse repository at this point
Previous
Next
You can’t perform that action at this time.