Ask Question
15 August, 19:16

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

+5
Answers (1)
  1. 15 August, 20:05
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers