Skip to content

NicolaBernini/BlockchainAnalysis

Repository files navigation

BlockchainAnalysis

Analysis of Blockchain related Stuff

Updates

2019-05-01

Added a PR with some fixes and new resources in the Blockchain Core - Section

2019-04-15

  • Added PR implementing in Haskell the Binary Searach with Recursion and Maybe Monad on a List of Generic Type

2019-04-05

  • Added a PR implementing in Haskell a Function providing Factors Decomposition for a given number so for example
30 -> [2,3,5]
60 -> [2,2,3,5]

2019-04-04

  • Added a PR related to the implementation of a Haskell equivalent to PHP Explode which splits a string into a list of substrings according to a given separator char

2019-04-02

  • Added a PR with a set of solved Haskell challenges
    • Even if they are not directly related to Blockchain, they are good exercises to achieve, in perspective, enough knowledge to be applied to Blockchain Application building

2019-03-06

2019-02-25

2018-12-23