Ask Question
20 February, 09:12

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

+2
Answers (1)
  1. 20 February, 09:30
    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?
Get an answer to your question ✅ “What are data structures and algorithms? Why are they important to software developer? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers