What Even Is A Tree In Programming?

Поделиться
HTML-код
  • Опубликовано: 30 июн 2024
  • Learn what a tree is and how they work in programming. In this video we cover trees in programming. We look at Binary Tree, Binary Search Tree, AVL Trees, B-Trees , Red-Black trees and more.
    The tree data structure is one of the most important data structures that continues to come up during technical interview questions.
    Although you might not interact with these data structures on a daily basis, knowing about how they work, and even knowing that they exist can provide you with an amazing tool to improve your coding skills.
  • НаукаНаука

Комментарии • 2

  • @godwingodlove2368
    @godwingodlove2368 Месяц назад +1

    I learnt about binary tree, binary search tree, AVL tree and B-tree but I couldn't follow the coding section because I'm a JavaScript developer and don't understand python code yet. So, hopefully you will do one in JavaScript later on, yeah?

    • @tapizquent
      @tapizquent  Месяц назад

      Will do more JavaScript and other languages in the future!