+ 1

How I Can become one of the best coder? Where I have to start?

14th Jul 2017, 6:01 AM
Hema Latha
Hema Latha - avatar
5 Answers
+ 5
A data structure is a specialized format for organizing and storingdata. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways.
14th Jul 2017, 6:17 AM
Art456
Art456 - avatar
+ 5
Take a introductory course on Computer Science and Programming of any good university ..like on MIT opencourseware, Stanford, Berkeley etc.  Most materials and lectures are free. Think of it this way, you are studying from best universities in the world (for free). What they will actually do is make the goals of programming clear and impart you the fundamental knowledge in one language (mostly Python, C++ or Java) to solve real-world problems. For improving on coding and to actually be useful, you must have knowledge of Data Structures and Algorithms. Do that, after you are comfortable in writing basic programs. Good luck.
14th Jul 2017, 6:05 AM
Art456
Art456 - avatar
+ 1
what are all the topics that are important in data structures. Am a Student Who belongs to computer science Department Nd I have my placements this year. I do need some advice
14th Jul 2017, 6:12 AM
Hema Latha
Hema Latha - avatar
+ 1
thank you so much
14th Jul 2017, 6:17 AM
Hema Latha
Hema Latha - avatar
0
"What are all the topics that are important in data structures"? In order to become "one of the best coders", the answer is simple - ALL of them! :)
14th Jul 2017, 7:35 AM
Bogdan Sass
Bogdan Sass - avatar