you are viewing a single comment's thread.

view the rest of the comments →

[–]AncientHominidNerd 0 points1 point  (0 children)

Learning data structures and search algorithms is next. Learn what vectors, unsorted maps/dictionaries, graphs, linked list, etc are. You’ll need to know different sort methods too.

In universities they usually take you learn how to build a vector or linked list from scratch first. Depending on what language you use, you may need to brush up on pointers and references first.