BlogHide Resteemsvaporwaves (25)in sudoku • 4 years agoSudoku Solver with Dancing LinksI used Algorithm DLX to create a Sudoku solver . I set up the 2D matrix of constraints and possibilities, then copied the algorithm. I also learned how the algorithm works. The start, headers…vaporwaves (25)in cryptocurrency • 6 years agoUnderstanding a Raw Bitcoin TransactionI wrote some code that outlines how to create a transaction from scratch. First I want to explain the concepts I found difficult to grasp, and the information that took me a while to find. Then I…