The Most Effective way to Optimize Your Code | Embedded Systems Interview Preparation

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 4

  • @PlanetSkillzz
    @PlanetSkillzz  7 місяців тому +2

    For Linked list - as mentioned in video time complexity is o(1) because we were already aware where we need to insert/delete a node.
    If we don't know the location - we need to traverse entire linked list and time complexity would be o(n).

  • @Paw-dc5mp
    @Paw-dc5mp 7 місяців тому +1

    Simple and great explanation of the most used optimisation techniques! Thanks for making it interesting and useful!

    • @PlanetSkillzz
      @PlanetSkillzz  7 місяців тому +1

      Thanks paw! Glad that this video connected with you.
      We've been putting consistent efforts to make these videos so that students can understand the concepts clearly!

  • @shruthikeerthi1250
    @shruthikeerthi1250 7 місяців тому +1

    Very good illustration.