DSA learning
1. Watching the geeksforgeeks videos of DSA and codewithharry DSA playlist along with Luv yt channel CP playlist.
Learning the DSA topic and going if I find something interestiong to know.
Print the codewithharry written hand notes.
* what is diffrence between log base 2, 10 and e?
Log is actually the number of time we can divide the number till we cant devide it at all.
For example the number 8, 8-> 4,4->2, 2->1.
Here we devided 8 three times so log 8 is 3.
log2 8 = 3, It is log base 2.
Other log base answer as log base 10 and log base e would be different.
Comments
Post a Comment