Notes on everything
Wednesday, May 1, 2024
Derivative and Differentiation
›
What is derivative and differentiation Derivative is a measure of how a function changes as its input changes. It essentially gives the ra...
Tuesday, April 30, 2024
"Partial permutation" and "Combination with repetition"
›
What is "Partial permutation" Partial permutation refers to selecting and arranging k elements from a set of n elements, where k...
Sunday, April 28, 2024
Proof of Pythagorean theorem
›
What is Pythagorean theorem The theorem states the sum of the areas of the two squares on the legs (a and b) equals the area of the square ...
Sunday, June 6, 2021
Let's use reduce, map, filter, foreach and be more functional in javascript
›
console .log([ 1 , 2 , 3 , 4 ].reduce((x,y) => { return x + y })) // 10 // Elements reduced to one value console .log([ 1 , 2 , 3 ...
Thursday, December 17, 2020
Switching Java versions by command in Ubuntu
›
At first install multiple versions of Java. $ sudo apt update $ sudo apt install openjdk-8-jdk $ sudo apt install openjdk-11-jdk Then you...
›
Home
View web version