|
As most any programmer will tell you, ADTs are useful. Abstract Data Types help to contain data in a logical way, while hiding the implementation from the user. This allows a programmer to code as is a List or a Hash Table was intrinsic in his or her language. I've written quite a few for my classes and I will share my hard work with you. These ADTs are not in the friendliest format as of yet but maybe you can get some use from them. |