Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 374 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 374 Bytes

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.