Session 206: 10:50 AM - 11:35 AM: UTC 3.104
You have to know your basic algorithms in sorting, searching and merging.
These are the data structures that you will be tested on - Stacks, Queues, Linked Lists, Binary Search Trees, Heaps, and Graphs. Here are resources on data structures to get you started:There are four classes of algorithms that you must be familiar with
Some of the more difficult problems in the UIL Written Test involves tracing recursive code. There are some problems on the programming contest that can only be solved through recursion. Here are some resources to get you started:
There are two special topics that you might see on the written test.