Recurse Center Week 4: Thu Jan 25

Did a bit of a reassessment the last few days and shifted my goals somewhat:

New goals!

  1. do a problem from grind 75 every day
    • sign of success: be able to do medium-level problems consistently within the recommended time limit
    • also want to read and practice all of the entries from the techinterviewhandbook algorithms cheat sheet, be able to summarize each one
  2. learn a new stack: react with typescript, django, firebase, AWS
    • sign of success: contribute some significant improvement to an existing app with that stack

Connecting

Leetcode: Majority Element (easy)

  1. In Object, the data-type of the key-field is restricted to integer, strings, and symbols. Whereas in Map, the key-field can be of any data-type (integer, an array, even an object!)
  2. In the Map, the original order of elements is preserved. This is not true in case of objects.
  3. The Map is an instance of an object but the vice-versa is not true.

Went to presentations!