Ask Question

What are data structures and algorithms? Why are they important to software developer?

+4
Answers (1)
  1. 29 August, 13:53
    0
    Data structure is a way of gathering and organizing the data in such a way that we can perform operation on the data very efficiently. There are different types of data structures such as : -

    Arrays Linked list Stacks Queues Trees Graphs

    These are the basic data structures.

    Algorithm:-It is a finite set of instructions written to accomplish a certain task. An algorithm's performance is measured on the basis of two properties:-

    Time complexity. Space complexity.

    Software developers need to know data structures and algorithms because all the computers rely on data structures and algorithms so if you know data structures and algorithms better you will know the computer better.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What are data structures and algorithms? Why are they important to software developer? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers