Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mumarshahbaz/a-level-python
A library containing all of the important routines for CIE A Level Computer Science (Subject Code 9618)
https://github.com/mumarshahbaz/a-level-python
Last synced: about 1 month 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/mumarshahbaz/a-level-python
- Owner: MUmarShahbaz
- License: mit
- Created: 2024-07-25T20:31:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T06:06:33.000Z (3 months ago)
- Last Synced: 2024-12-21T12:24:00.646Z (about 1 month ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- 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)