- Stable vs unstable sorting
- What kind of sort algorithms do you know?
- Big O for sorting algorithms
- What do you know about balanced trees (BTREES)?
- What is Binary Trees idea?
- What it means that algorithm is recursive? What kind of tasks can be solved by recursive algorithms?
- What is Djikstra algorithm and where you can use it?
- Describe the concept of HeapSort
- What indexing solutions do you know?
- Symmetric vs asymmetric encryption
- What is a difference between framework and library?