Completed the Time and Space Complexity lecture. Phenomenal as always @kunalstwt.
I've added notes on my GitHub https://t.co/JXHL9F3NjY (22 pages, single page notes). I Hope you like them.
#100DaysOfCode#DSAwithKunal@commclassroom#Java
@rhythmkaushik_@kunalstwt@commclassroom These concepts are used for calculating the complexity of Linear Recurrences(Homogeneous and Non Homogeneous) and Divide and Conquer Recurrences. Also, there is explanation of what Time and Space Complexity actually is.
Completed basics of web - Internet fundamentals course on Codedamn. Learnt about DNS, HTTP status codes and what they represent, about port numbers, HTTP request methods(GET, POST, etc) and request headers. #100daysofcode#internet#learninginpublic
https://t.co/9ktjXYyaXD
Completed "Introduction to Recursion"✅
Mesmerising explanation! I don't think I'll need another video on intro to Recursion again!
I took one whole day to make notes for this video.
#DSAwithKunal@kunalstwt#Java#100DaysOfCode@commclassroom
@Suraj53549748@kunalstwt@commclassroom Sure. I wanted to add the pdf here but Twitter didn't allow me to. I'll make a GitHub repository and add it here today.
Completed Strings and StringBuilder in Java✅
Learnt about Strings, how they work, what all methods they have, how they're stored internally and why we need the StringBuilder.
#DSAwithKunal@kunalstwt#Java#100DaysOfCode@commclassroom