Code Snippets
Function to calculate Standard Deviation in Java
Integrate using Simpson’s 1/3rd rule in C
Get first, second, and third Quartile of an array in Java
Get mean, median, and mode from array of integers in Java
Get all possible substrings in Java
Permutations in Java version-2.0
Example: {1, 2, 3} => [1, 2, 3, 12, 13, 21, 23, 31, 32, 121, 122, 123, 131, 132, 133, 211, 212, 213, 231, 232, 233, 311, 312, 313, 321, 322, 323]
Read More