==== DATA STRUCTURE AND ALGORITHMS ====
1.
@ Recursion, Pointer, Linked List
- *Pointer's pointer in search linked list
- Fibonacci, Factorial
2.
@ Struct with Linked List combination
- Insert
- Update
- *Delete
- Search
3.
@ Binary Search Tree
- Consume 1 question
- *Operation of BST
- Insert
- *Draw the tree
- Know the Array looks like
4.
@ Sorting
- *All 5 types will come out
- *Know their complexity
- Know how they work
- *Big-O notation
5.
@ Searching
- *Hash Table and it's side dishes ( chain and etc )
- remember the concept
- Data will be given to draw/list out the chain table
6.
@ Stack, Queue & Graph
- *Depth First Search, given graph and perform DFS
- *Breath First Search, must understand the coding.
@ Others
- Definitions will not come out.
- More on analyst coding
- Understand The CONCEPT !!
0 comments:
Post a Comment