Why You Need Data Structures and Algorithm Skills in Coding #programming #coding #softwareengineer

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

My college professor gave a really good example of knowing different data structures. We used an array to hold elements from 1 to literal millions. These were static arrays in C++ so each time you added a new element to the full array a new one would need to be created, data copied, and the old array destroyed. We timed the process and it took minutes while a Linked List just added a new element to the end and was done instantly. Never forgot that example

Davekoolskool
Автор

My favorite data structure, the length list

josecarrera
Автор

You are doing an amazing job with your videos!😍✌ Thank you for putting in the time and effort to create such a valuable resource.

MyCodingDiary
Автор

dude looks like he did alotta left leg single legs

LibraryOfTheOligarchs
Автор

Want to know, most of the youtubers mention DSA for the sake of coding interview, can we use this in the case of big projects with consciousness. Please share me if you have any link

nhfgsew
Автор

i have datastructures exam tomorrow
im stressed lmao 💀

Tsunamii_
Автор

Famous "length lists". This is really laughable content.

leschopinesns