Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miskler/oge-task-5
This code allows you to search for all solutions to task 5 on the OGE (in Russia final exam) in the subject of computer science
https://github.com/miskler/oge-task-5
2024 ege oge python3 recursive-algorithm school-project
Last synced: 1 day ago
JSON representation
This code allows you to search for all solutions to task 5 on the OGE (in Russia final exam) in the subject of computer science
- Host: GitHub
- URL: https://github.com/miskler/oge-task-5
- Owner: Miskler
- License: mit
- Created: 2023-11-24T18:48:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-26T18:25:35.000Z (12 months ago)
- Last Synced: 2023-11-26T20:37:33.150Z (12 months ago)
- Topics: 2024, ege, oge, python3, recursive-algorithm, school-project
- Language: Python
- Homepage: https://miskler.ru
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OGE - task 5
## This code allows you to search for all solutions for task 5 on the OGE in computer science of the following type:
The performer has two computer commands. to which numbers are assigned:
1. Some kind of operation...
2. Some kind of operation...
The first of them converts the number on the screen, the second converts the number in a different way.
Make an algorithm for obtaining from the number N's the number N'e, containing no more than N'm commands. Write down only the command numbers in the response.
![ScreenRecorderProject253_2](https://github.com/Miskler/OGE-task-5/assets/69055489/2353770a-09a8-402d-8ffc-ccc4368b3d46)
## Instructions
### The program iterates through all options with a certain nesting (specified by the user) and saves those that satisfy the request.
### You can find examples of such tasks on the [sdamgia](https://inf-oge.sdamgia.ru/test?category_id=24&filter=all) website, but keep in mind that this script is not able to perform tasks with searching for the `b` variable!https://github.com/Miskler/OGE-task-5/assets/69055489/ba9749f7-79c6-46a3-b6f2-7a58f0c138d3