Abstract Data Types (ADTs)

preview_player
Показать описание
This video introduces the concept of an ADT, then looks at the stack and queue ADTs. We write abstract traits for those two ADTs to illustrate how they look in Scala.

This video is part of a series of learning support material for "Introduction to the Art of Programming Using Scala".
Рекомендации по теме
Комментарии
Автор

How do you do ADT for C#? I have not been able to find a video on C# for some reason.

Kaloris
Автор

Hi Really good video but i can't find the next video in your play list

dataengineeringvideos
Автор

Got me thinking, is ADT a way of hiding the details of the code? And a way of presenting like a set of bullet points where the code details are gonna be coded?

lorenzogarcia
Автор

how to write ADT for sparse matrix sir

akkigaming