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 }}
kasterma
/
basicpython
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
6
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
basicpython-11
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 27, 2019
feat (dynp): knapsack dynamic programming
kasterma
committed
9508252
View commit details
Copy full SHA for 9508252
Browse repository at this point
Commits on Oct 25, 2019
feat (minmoves): two solutions
kasterma
committed
ef8f597
View commit details
Copy full SHA for ef8f597
Browse repository at this point
feat (minmoves): sketelon in place
kasterma
committed
def5f9e
View commit details
Copy full SHA for def5f9e
Browse repository at this point
Commits on Oct 24, 2019
feat (brickwall): timing difference clarified
kasterma
committed
1fb894c
View commit details
Copy full SHA for 1fb894c
Browse repository at this point
feat (brickwall): passing solution (and misdirected solution)
kasterma
committed
c4252be
View commit details
Copy full SHA for c4252be
Browse repository at this point
Commits on Oct 23, 2019
feat (bintreecam): passing solution
kasterma
committed
533023e
View commit details
Copy full SHA for 533023e
Browse repository at this point
feat (bintreecam): third solution code
kasterma
committed
636eb6a
View commit details
Copy full SHA for 636eb6a
Browse repository at this point
feat (bintreecam): second solution code
kasterma
committed
c4b528a
View commit details
Copy full SHA for c4b528a
Browse repository at this point
feat (bintreecam): first solution code
kasterma
committed
3fd3af1
View commit details
Copy full SHA for 3fd3af1
Browse repository at this point
feat (bintreecam): tree creation code so can run tests from given input
kasterma
committed
75f4988
View commit details
Copy full SHA for 75f4988
Browse repository at this point
Commits on Oct 18, 2019
feat (maxequalfreq): passing solution
kasterma
committed
9244e9b
View commit details
Copy full SHA for 9244e9b
Browse repository at this point
feat (maxequalfreq): passing initial tests
kasterma
committed
3b2889c
View commit details
Copy full SHA for 3b2889c
Browse repository at this point
feat (maxequalfreq): initial setup
kasterma
committed
9207d4e
View commit details
Copy full SHA for 9207d4e
Browse repository at this point
Commits on Oct 14, 2019
feat (crypto): playing with a biased key stream
kasterma
committed
d452a65
View commit details
Copy full SHA for d452a65
Browse repository at this point
Commits on Oct 5, 2019
feat (plusone): simple leetcode for speed
kasterma
committed
d2de196
View commit details
Copy full SHA for d2de196
Browse repository at this point
Commits on Sep 27, 2019
feat (sortgrpdep): add the slow test case
kasterma
committed
aabb370
View commit details
Copy full SHA for aabb370
Browse repository at this point
feat (sortgrpdep): working but too slow solution
kasterma
committed
09852d9
View commit details
Copy full SHA for 09852d9
Browse repository at this point
Commits on Sep 21, 2019
problem(leetcode): multiply string representations of numbers
kasterma
committed
ff216d5
View commit details
Copy full SHA for ff216d5
Browse repository at this point
Commits on Sep 20, 2019
feat: multithreaded fizzfuzz (leetcode problem)
kasterma
committed
38d8872
View commit details
Copy full SHA for 38d8872
Browse repository at this point
Commits on Sep 13, 2019
feat (numberwords): add graph showing convergence to uniform
kasterma
committed
a4ddf07
View commit details
Copy full SHA for a4ddf07
Browse repository at this point
feat (crypto): checked some ideas on letter frequencies
kasterma
committed
f3f8bdd
View commit details
Copy full SHA for f3f8bdd
Browse repository at this point
Commits on Sep 8, 2019
feat (numberwords): add some more working with subsets exper
kasterma
committed
b38a16c
View commit details
Copy full SHA for b38a16c
Browse repository at this point
the heap based lfu was plenty fast enough with printing disabled
kasterma
committed
50caa64
View commit details
Copy full SHA for 50caa64
Browse repository at this point
leetcode LFU
kasterma
committed
5f0c7a8
View commit details
Copy full SHA for 5f0c7a8
Browse repository at this point
Commits on Sep 6, 2019
number valid words without using bitmasks
kasterma
committed
bb8fd26
View commit details
Copy full SHA for bb8fd26
Browse repository at this point
WIP: making some functions for profiling
kasterma
committed
e3a559a
View commit details
Copy full SHA for e3a559a
Browse repository at this point
number of valid words; passes functionally but too slow
kasterma
committed
43c0169
View commit details
Copy full SHA for 43c0169
Browse repository at this point
Commits on Sep 2, 2019
feat: dinner plate stacks problem
kasterma
committed
572da51
View commit details
Copy full SHA for 572da51
Browse repository at this point
Commits on Jul 18, 2019
wip
kasterma
committed
7fa8624
View commit details
Copy full SHA for 7fa8624
Browse repository at this point
Commits on Jul 2, 2019
surprising (to me) behavior around chained indexing
kasterma
committed
231edbc
View commit details
Copy full SHA for 231edbc
Browse repository at this point
Commits on Apr 24, 2019
wip
kasterma
committed
7de3ef6
View commit details
Copy full SHA for 7de3ef6
Browse repository at this point
Commits on Apr 23, 2019
wip
kasterma
committed
9de3be9
View commit details
Copy full SHA for 9de3be9
Browse repository at this point
Commits on Apr 17, 2019
note on indexing and dropping to Series
kasterma
committed
732fd45
View commit details
Copy full SHA for 732fd45
Browse repository at this point
Commits on Mar 4, 2019
basicpython-11 Pandas: work through 10 min to pandas
kasterma
committed
2b62049
View commit details
Copy full SHA for 2b62049
Browse repository at this point
WIP: merge to refresh setup
kasterma
committed
6ebe6c2
View commit details
Copy full SHA for 6ebe6c2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.