You may want to look at previous problems from old ACSL contests while you are learning the topics below. I find it helpful to test my understanding by trying an old problem while I'm learning something new!
Haven't really found a good one... will probably need to make one...
How to Convert Between Adjacency Matrix and Graph
You might find it helpful to read the overview of graph theory from the ACSL.
Digital Electronics Boolean Algebra
Type | Graphic | Algebraic Equation | Truth Table | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BUFFER |
|
$ A $ |
|
||||||||||||||||||
NOT |
|
$ \overline {A} $ |
|
||||||||||||||||||
AND |
|
$ A*B $ or $ AB $ |
|
||||||||||||||||||
OR |
|
$ A+B $ |
|
||||||||||||||||||
NAND |
|
$ \overline {A*B} $ or $ \overline{AB} $ |
|
||||||||||||||||||
NOR | $ \overline {A+B} $ |
|
|||||||||||||||||||
XOR | $ A\oplus B $ |
|
|||||||||||||||||||
XNOR | $ \overline {A\oplus B} $ |
|
Table above is adapted from Wikipedia.
You might find it helpful to read the overview of digital electronics from the ACSL.
You might find it helpful to read the overview of assembly language from the ACSL.