Programming languages are just used to translate the need of an organization in terms of computer understand format. But the actual logic needs the support of Data Structures a lot. The data structures decides the efficiency the application we are developing.
Stack,Queue,Tree,Graph have their own applications in the development of real time application. We should have very good awareness and subject of Data Structures.
B-Trees and B+Trees have lot of importance when creating Indices to databases.Stack is a data structure which we cant spend a day without using it as a programmer or developer. Once we develop any application, We need to think about the efficiency of that application in terms of CPU cycles it required to run.Otherwise it will not become a good program. We need to decide where to use ArrayList,Hashmap and all.
No comments:
Post a Comment