Skip to content

pranjaldube/summer-of-bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

summer-of-bitcoin

Attempting the Summer of bitcoin problem using python Attempt 1 is a very naive solution to the problem.

I figured that the problem could have been solved using topological sorting (DFS) and then storing parent-child chain in maps and then using the 0 1 knapsack like approach to the problem but because of the time constraint I am explaining it here.

About

Attempting the Summer of bitcoin problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published