A map is one of the most frequently used data structures in daily programming. It keeps key-value pairs that can easily be accessed by their keys. In Java, it is pretty obvious to use a HashMap for… (more…)
Read more »
The Lambda Calculus is a tiny symbol manipulation system which suffices to compute anything Turing-computable. Thanks to this expressive power, LC is woven i... (more…)
Read more »
Have you ever wanted to learn JavaScript? It is currently one of the best and most used programming languages in the world. It is also the language of the web. What’s more, you can even use it to…
Read more »
It is a very nifty task to pump up algorithmic thinking and clarity into complexity, execution time and memory usage... (more…)
Read more »