Hiii, so I want to know that if algorithm and data structure is a theorical or a practical subject which requires practise like learning a programming language!
For further actions, you may consider blocking this person and/or reporting abuse
Hiii, so I want to know that if algorithm and data structure is a theorical or a practical subject which requires practise like learning a programming language!
For further actions, you may consider blocking this person and/or reporting abuse
Best Codes -
Samuel Lubliner -
Tai Kedzierski -
Mohammad Kareem -
Top comments (2)
You can't have any kind of a program without Algorithms and Data structures.
The short explanation:
The combination of the above gives us a program.
In order to be able to use them to create efficient , clean code you need to understand what each Algorithm and Data structure does so you can apply it to your own problem to produce a solution.
In summary:
You need both the theory and practice!
completely practical subject.. practise is the best way to go about it..
when you need to make a choice on performance or optimization that is when the theory of big O comes in