2. OVERVIEW OF NON-PRIMITIVE DATA STRUCTURES AND THEIR APPLICATIONS

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

КОМЕНТАРІ • 3

  • @Apollolyrics1226
    @Apollolyrics1226 Місяць тому

    Sir in linked lists at 31:21 is it possible to store data and adress values(entire node values) in same single int(ex 2 bytes)

    • @nagb2g
      @nagb2g  Місяць тому +1

      The pointer takes 2 bytes and (integer)data takes 2 bytes from a 32 bit compiler (we are going to use a structure concept). I will explain complete details regarding the linked list in the next video.

    • @kvtechs1260
      @kvtechs1260 Місяць тому

      Ok sir tq​@@nagb2g