Posted by benny in
FreeWare on July 7th, 2009 |
2 responses
Is that true that FAT (File Allocation Table) is a kind of Linked List. What role does stacks, queues, heaps, trees and graphs play in modern software development.
Please explain with examples

Popularity: 2% [?]
Related posts:
- Do I Have To Be Good At Data Structures In Order To Work As A Programmer Or Software Engineer? I am majoring in computer engineering ,I am currently...
- Best Computer Data Recovery Software? One of the best solution on the market is Easy...
- Which Is The Best Computer Lost Data Recovery Software? One of the best solutions on the market is Easy...
- Please Suggest A Good Free Software For Data Recovery? If you will not find free one or it will...
- What Is A Good Software For Publishing A Tutorial/manual/book Online? OK. Not trying to be obnoxious, but I really asked...
Related posts brought to you by Yet Another Related Posts Plugin.
Leave a Reply
Well, I’ve studied Data Structure in the Last Summer Course.
I did learn so many things about trees, queues, Stacks, heaps and HashTables.
Well, you can use these techniques to implement the best solution for your programming problem, like for example when you want to deal with the most powerful arithmetic sign such as (+, -, / and *) with no need to use brackets, in Stack and Queue or by using TWO STACKS, you’ll implement is easily.
and in modern technology for example they’re using TREES for the GPS application and the MAP things, things that are done by graphs will be also from the use of TREES.
Knowing how to create data structures, and knowing when to create data structures is what you need to know.
Knowing specific data structure formats isn’t always necessary, because they can be duplicated in several different ways.
As for DOS FAT, here’s a little info about it: http://www.win.tue.nl/~aeb/linux/fs/fat/…