DRDmitry Ronzhininronzhin.hashnode.dev·Jun 21, 2023 · 17 min readLost in trianglesGeometry is beautiful and hard at the same time. At school, I enjoyed it a lot, but then lost interest during my university studies. Eventually, I returned to geometry when I started working as a Math teacher at school. It so happened that I had to r...00
DRDmitry Ronzhininronzhin.hashnode.dev·Jan 30, 2023 · 6 min readFinding substringsWhat I actually like to do is to describe some algorithms from the most naive approach to quite complicated ones. It is also very satisfying when there are both complex and simple algorithms that improve a lot compared to naive ones, and one can see ...00
DRDmitry Ronzhininronzhin.hashnode.dev·Dec 17, 2022 · 6 min readRandomness and choiceFrankly, I am not very good at probability theory (yeah, I did not learn as well as I should have been). But this science is so deep and beautiful and helps in a lot of tasks (algorithmic tasks too!) that couldn't have been solved otherwise, it is wo...01A
DRDmitry Ronzhininronzhin.hashnode.dev·Nov 13, 2022 · 8 min readPlanar graphs 5-coloring complexityDuring my second-grade bachelor's year (2011-2012) we were told that we should start bothering to find a scientific advisor, since (winter) third grade is coming. That was exactly the year when my future scientific advisor visited our branch of unive...00
DRDmitry Ronzhininronzhin.hashnode.dev·Nov 11, 2022 · 8 min readPeak-finding taskFrom time to time I refer to materials of computer science courses and academic literature on math and algorithms due to large interest to the manner of how some study material can be presented to the audience. There are a lot of wonderful computer s...01O