Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/villy-p/uil-cs-toolkit
- Owner: Villy-P
- License: mit
- Created: 2024-09-18T18:47:24.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T22:18:04.000Z (3 days ago)
- Last Synced: 2024-11-12T23:17:55.154Z (3 days ago)
- Topics: cheatsheet, competitions, computer-science, cs, guides, problems, uil
- Language: Java
- Homepage:
- Size: 159 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.