Let’s say I have the formula Y(n+1)= λ*Y(n)(1-Y(n)) So the value of Y at time n+1 is some factor (λ) times Y at time n times 1 minus Y at time n. Y is between 0 and 1. λ can be anything. As a starting point I choose Y0 to be 0.5 and λ=1. (In […]
Continue ReadingSierpinsky
Sierpinsky Triangle A Sierpinsky trianlge looks like: The above example is not to much developed….but you will get the idea. A Siepinsky triangle can be constructed the following way: Draw a triangle and color it completely black In every black triganle you see in the image do the following Create a white triangle by choosing […]
Continue ReadingBloomfilters
From time to time I read something and the term “bloomfilter” comes up. This weekend I wanted to know what actually is a bloomfilter. For a more thorough explananation go to wiki. What follows is my “laymens” explanantion. If you have a set of values, and you want to check whether items in a second […]
Continue Reading