DEV Community

Cindy Lam
Cindy Lam

Posted on

Core Algos

I have recently started my journey at Formation as a Frontend Engineering Fellow. I have decided to document down what I have learned and shared with my future me and whoever who is in the DSA learning journey.

Learning Core Algos is the first round in my Formation journey. There are 30+ basic algos are given to me to learn and an assessment to complete within a time limit of 45 mins. It has been intensive, but I have recently passed the assessment and super glad to be able to document down what I have learned. Based on these basic algos, here are the 3 data structures that will be focusing on in this Core Algos series:

  • Linked List
  • Binary Tree (and Binary Search Tree)
  • Array

Top comments (0)