Algorithms
Base algorithm knowledge that should be sufficient to implement basic tasks with necessary performance.
Algorithms complexity (understanding, big O notation, complexity of common algorithms)Array sorting methods (bubble sort, quick sort, merge sort)Tree structure (construction, traversal)Binary search algorithmHash table (creating, collisions)Stack, queue, linked list (construction, understanding, usage)
PreviousCSRF/XSRF protectionNextAlgorithms complexity (understanding, big O notation, complexity of common algorithms)
Last updated