#I want to ask regarding preparation of DSA.
1 messages ยท Page 1 of 1 (latest)
Here is an AI assisted attempt to answer your question ๐ค. Maybe it helps! In any case, a human is on the way ๐. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
o cover Java before moving on to Data Structures and Algorithms (DSA). Can I start learning DSA concurrently with completing my Java learning or should I wait until I have a solid understanding of Java?
Response: It is recommended to have a strong foundation in Java before diving into Data Structures and Algorithms. Understanding the basics of object-oriented programming (OOP) concepts like classes, objects, inheritance, polymorphism, and encapsulation is crucial for implementing efficient algorithms in DSA. It is best to complete your Java learning, including OOP concepts, before moving on to DSA. Once you have a good grasp of Java, you can then focus on learning DSA effectively. However, you can start exploring some basic algorithms and data structures in parallel with your Java learning to get a head start. Just make sure to prioritize completing your Java learning first to ensure a smoother transition into DSA.
I have no clue what your question is
just take your college classes, it will work out
Walk before you run. First learn the fundamentals of a language so you can do the DSA challenges in a clean manner.
Ok thanks