Sergio Águilablog.saguila.io·May 22, 2024The importance of 1:1 meetingsPersonally. I have mixed feelings about this kind of meetings. They are usually in the calendar, where you have your time to discuss any kind of topic, which is usually work related, but could be any kind of things you would like to discuss with your...Discussmanagement
Awadh Kishor Singhawadh.hashnode.dev·May 5, 2024Cracking the Coding Interview | Problem #1.1 | By Awadh Kishor SinghIs Unique: Implement an algorithm to determine if a string has all unique characters. What if you cannot use additional data structures? Approach 1 : One common approach to solving this problem is to use additional data structures, such as a hash tab...Discusscracking coding interview