React is used to create user Interfaces, which is accomplished through the use of React UI components. In order to maintain overall functionality, components in React are modular, meaning that they must function in isolation from other components, i.e.: each component must be able to “stand alone.”

In his book…

Not-So-Random

A version 1.8 Minecraft world with generated abandoned mineshafts in rows along the x-coordinate, with mineshafts generating in every chunk from -[30000000](tel:30000000) to [+30000000](tel:+30000000) , with 3.75 million interconnected mineshafts in each row (exclusive of some breaks near the origin)
A version 1.8 Minecraft world with generated abandoned mineshafts in rows along the x-coordinate, with mineshafts generating in every chunk from -30000000 to +30000000 , with 3.75 million interconnected mineshafts in each row (exclusive of some breaks near the origin)

The random number function is an equation that simulates randomness, but it is still a function. As a function, it will perform the same operation the same way, every time it is called to do so, so long as it is given the same arguments. In terms of Minecraft, well-defined…

A resilient divide-and-conquer paradigm, Ternary Search can be used to efficiently locate a desired element on an array.

Binary search is a familiar divide-and-conquer paradigm, which works by taking an array and breaking it into two smaller, similarly-sized sub-arrays; the resulting sub-arrays are then searched for the desired element. As its name suggests, Ternary Search breaks an array into three similarly-sized sub-arrays, rather than two.

When dealing with…

What is constraint programming?

Constraint programming is one model approach for solving combinatorial problems. A combinatorial problem is any problem that can be solved by finding an optimal solution from a set of finite and discrete quantities. The goal of constraint programming is to create a set of rules that limit the number of…

created with the guidance of the tutorial @ https://lautarolobo.xyz/blog/use-javascript-and-html5-to-code-a-fractal-tree/
Fractal Tree based on the Mandelbrot set, created with the help of the tutorial at: lautarolobo.xyz/blog/use-javascript-and-html5-to-code-a-fractal-tree/

Fractals—much like the Force—are all around us. They surround us in nature, they run through our bodies (our brains and lungs are fractal structures, our cells communicate with one another in a fractilized process called the cell-signaling cascade), and they even bind us together on the psycho-social level (under the…

JK Bee

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store