Skip to Content
Menu
This question has been flagged
2 Replies
2934 Views

Can anyone help me out how I start learning data structure algorithm and how can i implement? any reference

Avatar
Discard
Author

@niyas, I want to learn data structure programming and I found https://hackr.io/tutorials/learn-data-structures-algorithms

In this site, I have seen a list of programming tutorials. Can you check this and suggest to me. Can I start from here?

Best Answer

Hi,

If you are looking to learn programming in odoo,nice to have the basics of the python language. For Odoo the database used in the postgres.

Will advice you to have a look at this blog for starting coding in the Odoo: Odoo Development

 

In this videos, the topic such as how to create a new model, how to define fields under the model, how to define different view types etc.

Thanks

Avatar
Discard
Best Answer

Most programmers need to realize the importance of data structure and algorithms as early as possible in their careers. The reason is simple knowledge of this subject helps us grow as better programmers and master computer science. On another side, the interviewer uses DSA to test candidates during the interview. It provides them a simple approach to evaluate problem-solving skills, basic cs fundamentals, and thought processes.

To master problem-solving, paper or a whiteboard can be a handy tool to practice, solution steps, and pseudo-codes. Writing down algorithm steps and necessary details can help us in designing.

Step 1. Building a long-term Motivation
Step 2. Understanding the concepts
Step 3: Find a good mentor and learning community
Step 4. Practice problems by yourself
Step 5: Starting Continuous Learning Activities


Avatar
Discard