Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kinghowler/a-level-cs-9618-python-routines-for-practical-

A library containing all of the important routines for CIE A Level Computer Science (Subject Code 9618)
https://github.com/kinghowler/a-level-cs-9618-python-routines-for-practical-

Last synced: about 2 months ago
JSON representation

A library containing all of the important routines for CIE A Level Computer Science (Subject Code 9618)

Awesome Lists containing this project

README

        

# A level CS 9618 (Python routines for practical)

## Content List

### [Algorithms](Algorithms/)
1. [Sorting](Algorithms/Sorting/)
1. [Bubble Sort](Algorithms/Sorting/Bubble%20Sort/)
2. [Insertion Sort](Algorithms/Sorting/Insertion%20Sort/)
2. [Searches](Algorithms/Searches/)
1. [Binary Search](Algorithms/Searches/Binary%20Search/)
2. [Linear Search](Algorithms/Searches/Linear%20Search/)

### [Data Structures](Data%20Structures/)
1. [Queue](Data%20Structures/Queue/)
2. [Stack](Data%20Structures/Stack/)

### Practicals
1. [Bookshop Buy](Q&A/Bookshop%20Buy)