Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/villy-p/uil-cs-toolkit

A cheatsheet for every topic you need to know for the UIL Computer Science Multiple Choice Exams, along with guides to help you learn, and questions to make you better
https://github.com/villy-p/uil-cs-toolkit

cheatsheet competitions computer-science cs guides problems uil

Last synced: about 3 hours ago
JSON representation

A cheatsheet for every topic you need to know for the UIL Computer Science Multiple Choice Exams, along with guides to help you learn, and questions to make you better

Awesome Lists containing this project

README

        

# UIL-CS-Toolkit

A cheatsheet for every topic you need to know for the UIL Computer Science Multiple Choice Exams

## How to use

For every topics there are three different types of files that can appear:

1. Cheatsheets: Quick and consice things that you should know for the test.
2. Guides: More indepth guide for people new to the topic.
3. Questions: Questions you can try to perfect your skills.

Heres a list of different topics (Note that some topics don't have certain files, they may be coming soon):

| Topic | Cheatsheet | Guide | Questions |
| --------------------------- | ------------------------------- | --------------------- | --------------------------- |
| [Bases](./bases/) | [X](./bases/cheatsheet.md) | [X](./bases/guide.md) | [X](./bases/questions.md) |
| [BigO Notation](./bigo/) | [X](./bigo/cheatsheet.md) | N/A | N/A |
| [Math](./math/) | [X](./math/) | N/A | N/A |
| [Primitives](./primitives/) | [X](./primitives/cheatsheet.md) | N/A | N/A |
| [Strings](./strings/) | [X](./strings/cheatsheet.md) | N/A | [X](./strings/questions.md) |

There is a [global cheatsheet](./cheatsheet.md) with all cheatsheets combined into one.

Also check out the [Class Reference Sheet](./class-reference-sheet.pdf). You get one at every competition.