From the course: Data Structures in JavaScript: BSTs, Queues, and Stacks

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

What do I need to know first?

What do I need to know first?

- [Instructor] For this course on binary search trees, stacks, and queues, you'll need to know JavaScript. A solid understanding of what data structures are is important as we will be comparing and contrasting these data structures, binary search trees, stacks, and queues with built-in data structures such as arrays. A solid understanding of CRUD functionality is also important. Just to review, the C in the CRUD acronym stands for create, the R stands for read, U for update, and D stands for delete. As you code along in this video, it would be important to realize that your code will be manipulating your data structures through one of those operations. If you feel like you have a clear understanding of what basic data structures are in JavaScript, and you understand CRUD functionality, and can utilize these operations on built-in data structures such as arrays and objects, then I would move forward with this course. If you are uncertain, I would suggest reviewing my course on objects…

Contents