472,958 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

request: Abstract data type(ADT) in C tutorial??

82
I have an exersice and must make an abstarct data type (ADT) , but i have no idea what is ADT ? Linked list and ADT have any relationship?
I want a simple tutorial about ADT. I google it but i don't find something simple for beginning.Thanks.
Aug 23 '07 #1
3 2943
JosAH
11,448 Expert 8TB
I have an exersice and must make an abstarct data type (ADT) , but i have no idea what is ADT ? Linked list and ADT have any relationship?
I want a simple tutorial about ADT. I google it but i don't find something simple for beginning.Thanks.
A list is a fine example of an ADT; so go ahead and design it; first design
*which* operations you want to operate on your list, *then* go and implement it.

kind regards,

Jos
Aug 23 '07 #2
gsi
51
Hi,

Linked list is one of the many ways of an ADT implementation The other's being an array, vector etc, For a general idea about ADT see this..

http://en.wikipedia.org/wiki/Abstract_data_type

Thanks,
gsi.
Aug 23 '07 #3
weaknessforcats
9,208 Expert Mod 8TB
Get yoursefl a copy of Teach Yourself Data Structures and Algorithms in 24 Hours by Robert LaFore.
Aug 24 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: SunScreen | last post by:
Hi all, I would like to help with the following: // my conventions: // BC = Base Class // DC = Derived Class class BC // this ADT base class or interface {
9
by: deanfamily11 | last post by:
I have an ADT and I'd like to search for certain items in it. How can I accomplish this?
1
by: Ben Finney | last post by:
Howdy all, I'd like to have an Abstract Data Type for a scalar value that is restricted to a small set of values. Like an Enum, I suppose. What I would like is to be able to use simple 'str'...
5
by: Alberto Giménez | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have a simple question, and after a *very long* google search I still can't get it. It's about generic abstract data types (for...
12
by: Mars | last post by:
I searched and found quite many, but (nearly) all are about C++....... Any recommendation for such reference for pure C???? Thx~~~~ Mars.
1
by: Milsnips | last post by:
hi there, i have an aspx page with 2 repeater lists, when i click one, i'd like to refresh the other one without having to refresh the entire page, any help here? thanks, Paul
6
by: zoro | last post by:
if i were given a sorce code for a c++ class, and asked if the class shown is an ADT class or not? how i can tell? thank you
3
by: EquinoX | last post by:
I am currently studying about this ADT but I don't get the concept at all. Can someone please explain to me what this actually is?? Also what is collection, bag, and List ADT?? in simple terms? Thanks
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.