Data Structure: How to learn

ITstudent123

Estimable
Oct 19, 2014
11
0
4,560
Guys, I have minor DS exam this Monday and if I pass I need to take DS course...Help me understand how to write code for DS quickly in Exams? Any method to pick up writing code techniques for fast exam answer?

Topics included: single Linked list, stacks, heap, BST, Doubly linked list

 

Pinhedd

Distinguished
Moderator


All of those data structures that you listed are extremely trivial to implement in any programming language. There's no trick to it, just study.