Day 4/45
Data Structure and Algorithms
Solved todays leetcode problem which is to insert spaces in a given string. Did it using 2 approaches, using a stringstream method and the other one using an additional string
Web Development
Learned about strings and the different operations carried out on string such as length, toUpperCase, split, replace, replaceAll, substring, charAt, indexOf, lastIndexOf, includes, slice, substr etc.