Please enable JavaScript.
Coggle requires JavaScript to display documents.
Core CS Concepts (OOP Concepts (Inheritence, Polymorphism, Composition,…
Core CS Concepts
OOP Concepts
Inheritence
Polymorphism
Composition
Interface
Encapsulation
Data Structures
Hashtables
Trees
Graphs
OS
Processes
Threads
Concurrency
Locks
Mutexes
Semaphors
Monitors
Deadlocks
Discrete Math
Combinatorics
Graph Theory
Algorithms
Sorting
Know n*log(n) sorting algorithms (merge and quick)
Big-O Notation
OOP Design Patterns