콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3430 화면

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

아바타
취소
작성자

@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?

베스트 답변

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

아바타
취소
베스트 답변

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


아바타
취소