Link to home
Start Free TrialLog in
Avatar of Rukevwe Oghwe
Rukevwe OghweFlag for Nigeria

asked on

Algorithm

At what point should I be concerned with learning data structure and algorithm in Java. I have discovered that it's a very important strategy  to be good in writing codes in any computer language.
ASKER CERTIFIED SOLUTION
Avatar of krakatoa
krakatoa
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rukevwe Oghwe

ASKER

Thanks so much for your most-informed answers to my question. I really appreciate you guys a lot.
What you can do to prepare yourself on the algorithm front is to write your own natural language pseudo algorithms in your own language (mine is English) and see if a) they are logical and effective and b) can be improved eventually. You could for example write an algo for a lift system (elevator) for a hotel, and use little coloured blocks or lego bricks on your desktop to follow the algo logic and see if it works
Algorithms is a very important area in computer science. I recommend you to start it asap and carry on till you retire. It will improve your analytical skills.

You can do some courses in Coursera it will be a good start for you.

Regards,
Prashant
Avatar of dpearson
dpearson

Seemed to help.