Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kinghowler/a-level-cs-9618-python-routines-for-practical-
- Owner: KingHowler
- License: mit
- Created: 2024-07-25T20:31:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:16:59.000Z (2 months ago)
- Last Synced: 2024-10-21T22:50:36.249Z (2 months ago)
- Language: Python
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)