I am weak in math
n<=8logn How to solve this equation to get the value of n,
The question was from algorith " For inputs of size n, insertion sort runs in 8n^2 steps while merge sort runs in 64n lg n steps; for which values of n does insertion sort beat merge sort?
so i figured until..
8n^2<=64nlogn
n^2<=8nlogn n<=8logn
but how to get value of n from here , full math would be helpful and any link to learn basic logarith math is appreciated. Thanks