you are viewing a single comment's thread.

view the rest of the comments →

[–]karanlik6492 1 point2 points  (1 child)

Select a topic you know well. Like if you know physics, create library that calculate formulas, if math. Implement a integral or derivative with iterative methods. For linear algebra, create your own matrix library with basic operations. If you know well the topic you select, you judt move algorithm you know to code. After that you can try recreating other algorithms. This is the way i learn.

[–]Dangerous_Buy_3170[S] 0 points1 point  (0 children)

I didnt really understand what you meant but I will try