Please enable JavaScript.
Coggle requires JavaScript to display documents.
Dennis Software Learning
Grey = not started
Red = newb
Light Red =…
Dennis Software Learning
Grey = not started
Red = newb
Light Red = apprentice
Yellow = journeyman
Green = master
Black = course
-
-
Systems Design
Principles
-
-
-
managability = how easy is it to maintain, deploy, update?
-
-
System design process
- constraints and use cases
-
-
-
-
-
-
CS Fundamentals
-
Algorithms
-
-
Tree
-
-
Traversal
inorder, preorder, postorder
-
-
-
-
CS Theory
-
-
-
-
recursion, backtrack, memoization
-
-
-
-
-