+ 4
data structure & algorithms are... to the point same for all programming languages ???
3 Answers
+ 1
Data_Structure Is All About How We Are Storing Our Data Or Organising Our Data In Our Memory So That In Future We Can Use It Properly.
Algorithm Is All About What Steps We Have To Follow To Make Our Code More Efficient
Here Efficient Means Optimizing Our Programs Space And Time Complexity And Making It User Friendly.
For Each And Every Language We Canât Say That Data Structure And Algorithms Are Same Because Different Programming Languages Have Different Way To Write Their Program
Have Different Time And Space Complexities And Also Having Different Syntax.
+ 4
data structure teach how things stored.
algorithm teach how things run for the desired result.
none of those are exclusive in some languages. in fact most of (if not any) programming language can implement what you learnt in data structure & algorithm
+ 1
Ryan Daniel
is your caps broken?